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