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