gps support power wired up properly

This commit is contained in:
Chris Forbes
2010-01-08 22:25:12 +13:00
parent 6d509e6234
commit 54c28ab74d
7 changed files with 38 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ namespace OpenRa.Game.GameRules
{
public readonly bool Powered = true;
public readonly bool OneShot = false;
public readonly int ChargeTime = 0;
public readonly float ChargeTime = 0;
public readonly string Image;
public readonly string Description = "";
public readonly string LongDesc = "";