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