yyl
23 小时以前 35868f94aede29d54b3ca0a0e78aaa4b05af5007
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}