protected void Update() { if (isPlaying && Input.GetButtonDown(stopPlayModeAction)) { LevelEditor.StopPlayMode(out _); } OnUpdate(); }
protected virtual void ConfirmNewLevel() { LevelEditor.NewLevel(); // CloseNotification(); }