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