diff options
author | chai <215380520@qq.com> | 2023-06-27 10:09:58 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-06-27 10:09:58 +0800 |
commit | 3d1e930feed19641f0f386463f4de33385f24c51 (patch) | |
tree | 8e97cc70a82a379e5da7c43f1f0bf93face62323 /WorldlineKeepers/Assets/Scripts | |
parent | 616661f198a22eae2a43a1de4ff7f9b6a29c5efa (diff) |
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs b/WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs index 15fc861..8158148 100644 --- a/WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs +++ b/WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs @@ -1,6 +1,8 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using UnityEngine.Events; +using UnityEngine.SceneManagement; namespace WK { @@ -20,6 +22,11 @@ namespace WK } + // UnityEngine.SceneManager + //public static event UnityAction<Scene, LoadSceneMode> sceneLoaded; + //public static event UnityAction<Scene> sceneUnloaded; + //public static event UnityAction<Scene, Scene> activeSceneChanged; + } } |