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