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