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