void OnEnable() { Undo.undoRedoPerformed += OnUndoRedo; _Current = this; }
void OnDisable() { _Current = null; Undo.undoRedoPerformed -= OnUndoRedo; }