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