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