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