Files
war-in-tunnels/src/app/states/skirmish_states/buildings/mod.rs
T
GarandPLG 54e86b2688 Move buildings and units under skirmish_states
Reorganize the codebase by moving the buildings and units modules
into the skirmish_states namespace, updating imports accordingly.
2026-04-19 18:02:36 +02:00

4 lines
39 B
Rust

mod base;
pub use base::BaseBuilding;