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