add INotifyTransform hook for just before something transforms
This commit is contained in:
@@ -44,4 +44,5 @@ namespace OpenRA.Mods.RA
|
||||
}
|
||||
|
||||
public interface INotifyParachuteLanded { void OnLanded(); }
|
||||
public interface INotifyTransform { void OnTransform(Actor self); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user