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