mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/base.rs')
| -rw-r--r-- | src/block/base.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block/base.rs b/src/block/base.rs index 2824124..fde5c5a 100644 --- a/src/block/base.rs +++ b/src/block/base.rs @@ -1,3 +1,4 @@ +//! all the uncategorized blocks (they need to be categorized for proper rendering tho) use std::any::Any; use crate::block::simple::{cost, state_impl, BuildCost, SimpleBlock}; |