This commit is contained in:
2026-05-22 20:45:10 +02:00
parent ca07cbaf0e
commit 9d20048705
7 changed files with 3 additions and 67 deletions

View File

@@ -91,7 +91,4 @@ struct Building
// Module layout for shipyards (REQ-MOD-LAYOUT).
std::optional<ShipLayoutConfig> shipLayout;
// Set only for defence stations; nullopt for all other building types.
std::optional<StationWeapon> weapon;
};