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