lcy
6 天以前 08d180d4dee2015a09e1be660cbbf35720fd78bc
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}