yyl
2026-05-08 ea4e25ceca21484cbb422b4ce49ec6bc1220441f
1
2
3
4
5
6
7
8
9
 
 
using Cysharp.Threading.Tasks;
 
public interface IManager
{
    UniTask Init();
    void Release();
}