Iron curtain power implementation; Remove AutoActivate attribute to be part of the GPS implementation
This commit is contained in:
@@ -7,6 +7,9 @@ namespace OpenRa.Game.SupportPowers
|
||||
{
|
||||
class NullPower : ISupportPowerImpl
|
||||
{
|
||||
public void OnFireNotification(Actor a, int2 xy) { }
|
||||
public void IsReadyNotification(SupportPower p) { }
|
||||
public void IsChargingNotification(SupportPower p) { }
|
||||
public void Activate(SupportPower p)
|
||||
{
|
||||
// if this was a real power, i'd do something here!
|
||||
|
||||
Reference in New Issue
Block a user