34 lines
715 B
Lua
34 lines
715 B
Lua
|
|
local VIEW_MODEL_NAME = ...
|
||
|
|
|
||
|
|
import(".Common.BaseView")
|
||
|
|
import(".Common.BaseWindow")
|
||
|
|
import(".Common.MsgWindow")
|
||
|
|
import(".Common.NetResetConnectWindow")
|
||
|
|
import(".Common.ModalWaitingWindow")
|
||
|
|
import(".Common.ImageLoad")
|
||
|
|
|
||
|
|
import(".ViewUtil")
|
||
|
|
import(".HeadView")
|
||
|
|
|
||
|
|
import(".LoginView")
|
||
|
|
import(".LobbyView")
|
||
|
|
import(".MainView")
|
||
|
|
|
||
|
|
import(".WaitView")
|
||
|
|
import(".LoginViewNew")
|
||
|
|
import(".MainViewNew")
|
||
|
|
import(".GameView")
|
||
|
|
import(".CreateCardGameView")
|
||
|
|
import(".CreateUnitView")
|
||
|
|
import(".GameGroupView")
|
||
|
|
import(".MatchView")
|
||
|
|
import(".FilterView")
|
||
|
|
import(".ShopView")
|
||
|
|
import(".WalletView")
|
||
|
|
import(".OtherView")
|
||
|
|
import(".ToolsTipView")
|
||
|
|
import(".SettingViewNew")
|
||
|
|
|
||
|
|
import(".PlayBackView")
|
||
|
|
import(".RuleView")
|
||
|
|
import(".RoomInfoView")
|