diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/SingletonSystem/Singleton.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/SingletonSystem/Singleton.cs index 2ba57873..7aa7aaa6 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/SingletonSystem/Singleton.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/SingletonSystem/Singleton.cs @@ -57,6 +57,8 @@ namespace GameLogic } } - protected abstract void OnRelease(); + protected virtual void OnRelease() + { + } } } \ No newline at end of file