Selectively power-up/down buildings via chrome

This commit is contained in:
Paul Chote
2010-01-04 21:04:57 +13:00
parent 3b0fd0e22c
commit 88c3e21ed0
10 changed files with 115 additions and 13 deletions

View File

@@ -27,6 +27,7 @@ namespace OpenRa.Game.GameRules
// Gameplay options
public readonly bool RepairRequiresConyard = true;
public readonly bool PowerDownBuildings = true;
}
}