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