yyl
2025-09-18 cb018a575005f873135fab3201d1bf6d408e2b6a
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}