fixing up various issues

This commit is contained in:
Chris Forbes
2010-02-05 19:36:18 +13:00
parent 99342322af
commit 9cdefee403
7 changed files with 16 additions and 3 deletions

View File

@@ -26,10 +26,10 @@ namespace OpenRa.GameRules
public readonly int Player = 1;
public readonly string Replay = "";
public readonly string PlayerName = "";
public readonly string[] InitialMods = { "ra" };
// Gameplay options
public readonly bool RepairRequiresConyard = true;
public readonly bool PowerDownBuildings = true;
}
}