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