public interface IGameStart { void StartGame(LoadType LoadType,string h5Url,GameStartUIPanel gameStartUIPanel,System.Action LoadFinish); }