server stuff

This commit is contained in:
Chris Forbes
2009-11-30 21:18:50 +13:00
parent fa02e9d45c
commit 2913c3310d
7 changed files with 163 additions and 50 deletions

View File

@@ -103,6 +103,7 @@ namespace OpenRa.Game.GameRules
public readonly int Storage = 0;
public readonly bool Unsellable = false;
public readonly int[] RallyPoint = { 1, 3 };
public readonly float[] SpawnOffset = null;
public BuildingInfo(string name) : base(name) { }
}