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