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