generated from GarandPLG/rust-flake-template
Rename buildings module to structures
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::app::states::skirmish_states::{
|
||||
BoardState,
|
||||
buildings::{BaseBuilding, Stone, Tunnel},
|
||||
structures::{BaseBuilding, Stone, Tunnel},
|
||||
units::MinerUnit,
|
||||
};
|
||||
use clap::ValueEnum;
|
||||
|
||||
Reference in New Issue
Block a user