Main/Manager/IManager.cs @@ -1,7 +1,9 @@ using Cysharp.Threading.Tasks; public interface IManager { void Init(); UniTask Init(); void Release(); }