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