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