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.

14 regels
273 B

  1. local ClubDongJie = class("ClubDongJie", require("core.luaScript.Views.Club.ClubSheZhi.ClubDongJie"))
  2. function ClubDongJie:ctor(gid)
  3. ClubDongJie.super.ctor(self,gid);
  4. end
  5. function ClubDongJie:onEnter()
  6. ClubDongJie.super.onEnter(self)
  7. end
  8. return ClubDongJie;