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