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