sync GpsPower.Granted
This commit is contained in:
@@ -25,6 +25,8 @@ namespace OpenRA.Mods.RA
|
|||||||
class GpsPower : SupportPower, INotifyDamage
|
class GpsPower : SupportPower, INotifyDamage
|
||||||
{
|
{
|
||||||
public GpsPower(Actor self, GpsPowerInfo info) : base(self, info) { }
|
public GpsPower(Actor self, GpsPowerInfo info) : base(self, info) { }
|
||||||
|
|
||||||
|
[Sync]
|
||||||
public bool Granted;
|
public bool Granted;
|
||||||
|
|
||||||
public override void Charged(Actor self, string key)
|
public override void Charged(Actor self, string key)
|
||||||
|
|||||||
Reference in New Issue
Block a user