hch
16 小时以前 2219863854555fe7b23d70ff4598523aad76ebd4
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}