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