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