building
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
pub mod resource_gathering;
|
|
||||||
pub mod basic_building;
|
pub mod basic_building;
|
||||||
pub mod factory_building;
|
|
||||||
pub mod tech_building;
|
|
||||||
pub mod conduit_building;
|
pub mod conduit_building;
|
||||||
|
pub mod factory_building;
|
||||||
|
pub mod resource_gathering;
|
||||||
|
pub mod tech_building;
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ pub mod building_plugin;
|
|||||||
pub mod buildings_map;
|
pub mod buildings_map;
|
||||||
pub mod footprint;
|
pub mod footprint;
|
||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
|
mod buildings;
|
||||||
pub use building_plugin::*;
|
pub use building_plugin::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user