haulage system WIP

This commit is contained in:
2026-03-21 23:39:58 +00:00
parent dcdfb375f0
commit c776b91a44
8 changed files with 277 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
pub mod components;
pub mod systems;
pub use components::{CarryVisualState, HaulSlot, Haulable};
pub use systems::{carry_visual_system, haul_encumbrance_system};