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