DownLoadManager = {}; local this = DownLoadManager; function this.Initialize() end --更新游戏 --game:游戏名字 --action:完成回调 function this.UpdateGame(game,action) end return this