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