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
424 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 xzddRoomSettingView = class("xzdd3r3fRoomSettingView", MJRoomSettingView)
  5. function xzddRoomSettingView:ctor()
  6. xzddRoomSettingView.super.ctor(self);
  7. end
  8. return xzddRoomSettingView