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