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