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