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