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