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