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