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