25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

  1. local MJProtocolZhanJi = class("MJProtocolZhanJi", require("luaScript.Protocol.ProtocolZhanJiGame"))
  2. function MJProtocolZhanJi:ctor()
  3. local rootName=getSubGameConfig(app.gameId).rootName
  4. MJProtocolZhanJi.super.ctor(self, app.gameId, "ZhanJi_"..rootName)
  5. end
  6. return MJProtocolZhanJi