add INotifyTransform hook for just before something transforms

This commit is contained in:
Chris Forbes
2012-09-23 17:58:53 +12:00
parent 757c9ca63c
commit 7cc7dcc559
2 changed files with 4 additions and 0 deletions

View File

@@ -44,4 +44,5 @@ namespace OpenRA.Mods.RA
}
public interface INotifyParachuteLanded { void OnLanded(); }
public interface INotifyTransform { void OnTransform(Actor self); }
}