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