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