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