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