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