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