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