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