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