This commit is contained in:
2024-11-15 21:56:55 -05:00
parent b14f2ef99f
commit 55e9b5d845
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
pub mod resource_gathering;
pub mod basic_building;
pub mod factory_building;
pub mod tech_building;
pub mod conduit_building;
pub mod factory_building;
pub mod resource_gathering;
pub mod tech_building;

View File

@@ -4,4 +4,5 @@ pub mod building_plugin;
pub mod buildings_map;
pub mod footprint;
pub mod prelude;
mod buildings;
pub use building_plugin::*;