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