Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lignes
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