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