rally point actually works now for WEAP

This commit is contained in:
Chris Forbes
2009-11-09 19:00:47 +13:00
parent 53db5eb491
commit f04a402d7e
3 changed files with 9 additions and 2 deletions

View File

@@ -97,6 +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 BuildingInfo(string name) : base(name) { }
}