|
- local ZPDef = ZPFramework.ZPImport("zp_base.luaScript.ZPDef")
- local ZPMessage = ZPFramework.ZPImport("zp_base.luaScript.Protocol.ZPMessage")
-
- local ZPRoomToolView = ZPFramework.ZPFrameworkClassImprot("zp_base.luaScript.Views.Room.ZPRoomToolView")
- local hejiangRoomToolView = class("hejiangRoomToolView", ZPRoomToolView)
-
- function hejiangRoomToolView:ctor( ... )
- hejiangRoomToolView.super.ctor(self)
- end
-
- function hejiangRoomToolView:onEnter()
- hejiangRoomToolView.super.onEnter(self)
- --self:showFastStart(false)
- end
-
- return hejiangRoomToolView
|