From 3d1e930feed19641f0f386463f4de33385f24c51 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 27 Jun 2023 10:09:58 +0800 Subject: *misc --- WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'WorldlineKeepers/Assets/Scripts/Battle/SceneManager.cs') 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 sceneLoaded; + //public static event UnityAction sceneUnloaded; + //public static event UnityAction activeSceneChanged; + } } -- cgit v1.1-26-g67d0