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 xzdd2rRoomSettingView = class("xzdd2rRoomSettingView", MJRoomSettingView)
-
- function xzdd2rRoomSettingView:ctor()
- xzdd2rRoomSettingView.super.ctor(self);
- end
-
- return xzdd2rRoomSettingView
|