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