improve model rhai scripts legibility

This commit is contained in:
timurgordon
2025-05-22 17:55:08 +03:00
parent 99f5d16f31
commit 478f497316
6 changed files with 34 additions and 161 deletions

View File

@@ -145,6 +145,9 @@ impl BaseModelData {
}
}
pub mod base_data_builder;
pub use base_data_builder::BaseModelDataOps;
/// Builder for BaseModelData
pub struct BaseModelDataBuilder {
id: u32,