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