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