网狐lua斗地主游戏
代码说明:
local GameModel = appdf.req(appdf.CLIENT_SRC.."gamemodel.GameModel") local GameLayer = class("GameLayer", GameModel) local module_pre = "game.qipai.land.src" local ExternalFun = appdf.req(appdf.EXTERNAL_SRC .. "ExternalFun") local cmd = appdf.req(module_pre .. ".models.CMD_Game") local GameLogic = appdf.req(module_pre .. ".models.GameLogic") local GameViewLayer = appdf.req(module_pre .. ".views.layer.GameViewLayer") local GameResultLayer = appdf.req(module_pre .. ".views.layer.GameResultLayer") local QueryDialog = appdf.req("app.views.layer.other.QueryDialog") function GameLayer:ctor( frameEngine,scene ) GameLayer.super.ctor(self, frameEngine, scene) self:OnInitGameEngine() self._roomRule = self._gameFrame._dwServerRule self.m_bLeaveGame = false
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


