You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
242 B

  1. local ProtocolZhanJi = class("ProtocolZhanJi_ERDouDiZhu", require("luaScript.Protocol.ProtocolZhanJiGame"))
  2. function ProtocolZhanJi:ctor()
  3. ProtocolZhanJi.super.ctor(self, GAME_IDS.ERDouDiZhu, "ZhanJi_ERDouDiZhu")
  4. end
  5. return ProtocolZhanJi