Iron curtain power implementation; Remove AutoActivate attribute to be part of the GPS implementation

This commit is contained in:
Paul Chote
2010-01-09 00:21:39 +13:00
parent d93a7b766a
commit 86b0ee8c97
12 changed files with 101 additions and 55 deletions

View File

@@ -17,6 +17,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;
}
}