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