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