lcy
昨天 f1e5df1fc8eadd0eb27e0a6870501fa25a42b5a1
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}