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