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.

12 lines
430 B

  1. local MJDefine=MJFramework.MJImport("mj.luaScript.MJDefine")
  2. local MJSound = MJFramework.MJImport("mj.luaScript.MJSound")
  3. local MJRoomSettingView = MJFramework.MJFrameworkClassImprot("mj_xzdd.luaScript.Views.Room.xzddRoomSettingView")
  4. local xzdd2rRoomSettingView = class("xzdd2rRoomSettingView", MJRoomSettingView)
  5. function xzdd2rRoomSettingView:ctor()
  6. xzdd2rRoomSettingView.super.ctor(self);
  7. end
  8. return xzdd2rRoomSettingView