yyl
10 天以前 c8883df40621be14975bc7982f3838b85bd3482c
1
2
3
4
5
6
7
 
 
public interface IManager
{
    void Init();
    void Release();
}