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