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