summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-06-27 10:09:58 +0800
committerchai <215380520@qq.com>2023-06-27 10:09:58 +0800
commit3d1e930feed19641f0f386463f4de33385f24c51 (patch)
tree8e97cc70a82a379e5da7c43f1f0bf93face62323 /WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs
parent616661f198a22eae2a43a1de4ff7f9b6a29c5efa (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs7
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;
+
}
}