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