low power slowdown

This commit is contained in:
Chris Forbes
2009-12-08 20:56:15 +13:00
parent bcea1f01b0
commit 0dbf1bf027
5 changed files with 24 additions and 3 deletions

View File

@@ -121,5 +121,6 @@ namespace OpenRa.Game.GameRules
/* OpenRA-specific */
public readonly float OreChance; /* chance of spreading to a
* particular eligible cell */
public readonly int LowPowerSlowdown; /* build time multiplier */
}
}