mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/item/storage.rs')
| -rw-r--r-- | src/item/storage.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/item/storage.rs b/src/item/storage.rs index e6ec368..590c399 100644 --- a/src/item/storage.rs +++ b/src/item/storage.rs @@ -6,6 +6,7 @@ use std::slice; use crate::item; #[derive(Clone, Debug, Eq)] +/// holds item counts pub struct Storage { base: Vec<u32>, total: u64, |