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