Ore pips on refinery and silo

This commit is contained in:
Paul Chote
2009-12-21 19:13:54 -08:00
parent f20ecc8a5d
commit 0c79363dcc
5 changed files with 37 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ namespace OpenRa.Game.GameRules
public readonly bool Selectable = true;
public readonly int FireDelay = 0;
public readonly string LongDesc = null;
public readonly int OrePips = 0;
public UnitInfo(string name) { Name = name; }
}