hch
2 天以前 e54cc52e2a290a10ab0408c8ebcd21edbae41fe6
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}