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