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