Move events to App class.
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Utils.Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
Event("FixedUpdate", PhysicsEventManager.FixedUpdateLength, PhysicsEventManager.FixedUpdateDelegates);
|
||||
Event("FixedUpdate", App.FixedUpdateLength, App.FixedUpdateDelegates);
|
||||
}
|
||||
|
||||
private void Event(string title, int length, Delegate[] delegates)
|
||||
|
Reference in New Issue
Block a user