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