yyl
20 小时以前 ca72a86a38c255c51df9d9376bf86bdeda92deb6
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}