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.
|
- local MJDefine=MJFramework.MJImport("mj.luaScript.MJDefine")
- local MJSound = MJFramework.MJImport("mj.luaScript.MJSound")
-
- local MJRoomSettingView = MJFramework.MJFrameworkClassImprot("mj_xzdd.luaScript.Views.Room.xzddRoomSettingView")
-
- local xzddRoomSettingView = class("xzdd4r2fRoomSettingView", MJRoomSettingView)
-
- function xzddRoomSettingView:ctor()
- xzddRoomSettingView.super.ctor(self);
- end
-
- return xzddRoomSettingView
|