This commit is contained in:
Chris Forbes
2010-01-09 11:05:00 +13:00
13 changed files with 107 additions and 20 deletions

View File

@@ -13,6 +13,5 @@ namespace OpenRa.Game.GameRules
public readonly int TechLevel = -1;
public readonly bool GivenAuto = true;
public readonly string Impl = null;
public readonly bool AutoActivate = false;
}
}