This commit is contained in:
2026-03-21 23:48:49 +00:00
parent c776b91a44
commit 029e4162d8
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
pub mod components;
pub mod systems;
pub use components::{CarryVisualState, HaulSlot, Haulable};
pub use crate::world::tiles::tilemap::CargoPlaceError;
pub use components::{Cargo, CarryVisualState, HaulSlot, Haulable};
pub use systems::{carry_visual_system, haul_encumbrance_system};