sync GpsPower.Granted

This commit is contained in:
Chris Forbes
2011-01-09 13:35:25 +13:00
parent c76822531e
commit 727d72123f

View File

@@ -25,6 +25,8 @@ namespace OpenRA.Mods.RA
class GpsPower : SupportPower, INotifyDamage
{
public GpsPower(Actor self, GpsPowerInfo info) : base(self, info) { }
[Sync]
public bool Granted;
public override void Charged(Actor self, string key)