Refactor buildings/units, move CellTag & Players

Introduce BaseBuilding struct. Rename Building and Unit to enum types
(Buildings, Units). Move CellTag and Players enums to the skirmish state
module and update imports and re‑exports accordingly. Add placeholder
miner module.
This commit is contained in:
2026-04-15 13:21:39 +02:00
parent 44d29bd3ad
commit be41936f14
11 changed files with 38 additions and 26 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub struct Building {}
pub enum Buildings {}