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