maint: player FSM graph cleanup
This commit is contained in:
@@ -80,18 +80,3 @@ public class PlayerControlsInspector: PlayerEditorWindow{
|
||||
player = target;
|
||||
}
|
||||
}
|
||||
|
||||
[CustomEditor(typeof(PlayerMovement))]
|
||||
public class PlayerMovementInspector : PlayerEditorWindow{
|
||||
public PlayerControls script;
|
||||
public Object player;
|
||||
|
||||
public override void BindEditor(VisualElement element){
|
||||
SerializedObject so = new (player);
|
||||
element.dataSource = player;
|
||||
}
|
||||
|
||||
void OnEnable(){
|
||||
player = target;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user