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