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