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