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