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