mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/turrets.rs')
| -rw-r--r-- | src/block/turrets.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block/turrets.rs b/src/block/turrets.rs index 2280ac9..1f1d99a 100644 --- a/src/block/turrets.rs +++ b/src/block/turrets.rs @@ -1,3 +1,4 @@ +//! idk why its not in the [crate::block::defense] module use crate::block::make_register; use crate::block::simple::{cost, SimpleBlock}; |