added rally point stuff for barr/tent/kenn

This commit is contained in:
Chris Forbes
2009-11-09 19:02:24 +13:00
parent f04a402d7e
commit 0e1e62eacc
3 changed files with 7 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ namespace OpenRa.Game.GameRules
public readonly bool Repairable = true;
public readonly int Storage = 0;
public readonly bool Unsellable = false;
public readonly int[] DefaultRallyPoint = { 1, 3 };
public readonly int[] RallyPoint = { 1, 3 };
public BuildingInfo(string name) : base(name) { }
}