diff --git a/Client/Assets/Scripts/Base/Clock.cs b/Client/Assets/Scripts/Base/Clock.cs index c68b879..5cccf68 100644 --- a/Client/Assets/Scripts/Base/Clock.cs +++ b/Client/Assets/Scripts/Base/Clock.cs @@ -1,6 +1,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.SceneManagement; +using Utils; namespace Base { @@ -25,7 +26,7 @@ namespace Base } } - public class Clock : Ulity.MonoSingleton + public class Clock : MonoSingleton { public bool pause; public List tickPhysics = new();