add hook for stance change notifications
This commit is contained in:
@@ -228,5 +228,6 @@ namespace OpenRA.Traits
|
||||
bool TargetableBy(Actor self, Actor byActor);
|
||||
}
|
||||
|
||||
public interface INotifyKeyPress { bool KeyPressed(Actor self, KeyInput e); }
|
||||
public interface INotifyKeyPress { bool KeyPressed(Actor self, KeyInput e); }
|
||||
public interface INotifyStanceChanged { void StanceChanged(Player a, Player b, Stance oldStance, Stance newStance); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user