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