This commit is contained in:
2026-03-22 00:03:57 +00:00
parent ff149117ca
commit 458068fb87
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ pub mod systems;
pub use crate::world::tiles::tilemap::CargoPlaceError;
pub use components::{Cargo, CarryVisualState, HaulSlot, Haulable};
pub use systems::{carry_visual_system, haul_encumbrance_system};
pub use systems::{any_hauling, carry_visual_system, haul_encumbrance_system};