{
    "fullscreen": {
        "global": "Game",
        "module": "Core.Fullscreen"
    },
    "stage" : {
        "global" : "Game",
        "module" : "Game.Stage"
    },
    "postman" : {
        "global" : "Services",
        "module" : "Core.Postman"
    },
    "netEntExtend" : {
        "global" : "Services",
        "module" : "Core.NetEntExtend",
        "model" : "Core.Slots.NetEntExtendModel"
    },
    "netEntExtendEvents" : {
        "global" : "Services",
        "module" : "Core.NetEntExtendEvents",
        "model" : "Core.Slots.NetEntExtendEventsModel"
    },
    "moneyManager" : {
        "global" : "Services",
        "module" : "Core.MoneyManager"
    },
    "settingsManager" : {
        "global" : "Services",
        "module" : "Core.SettingsManager"
    },
    "localStorageManager" : {
        "global" : "Services",
        "module" : "Core.LocalStorageManager"
    },
    "keepAlive" : {
        "module" : "Core.KeepAlive"
    },
    "playForRealPromo" : {
        "module" : "Core.PlayForRealPromo"
    },
    "dialogWindow" : {
        "module" : "Core.DialogWindow",
        "view" : {
            "mobile" : "Core.DialogWindowMobileView",
            "tablet" : "Core.DialogWindowBaseView"
        }
    },
    "errorManager" :{
        "global" : "Game",
        "module" : "Core.ErrorManager",
        "model" : "Tornado.ErrorManagerModel"
    },
    "serverManager" : {
        "module" : "Core.Slots.ServerManager"
    },
    "responseParser" : {
        "global" : "Game",
        "module" : "Core.Slots.ResponseParser"
    },
    "freeRounds" : {
        "module" : "Core.Slots.FreeRounds"
    },
    "background" : {
        "module" : "Game.Background",
        "view" : "Tornado.BackgroundView"
    },
    "spin" : {
        "global" : "Game",
        "module" : "Core.Slots.Spin",
        "controller" : "Tornado.SpinController"
    },
    "spinButton" : {
        "module" : "Interface.Slots.SpinButton",
        "view" : {
            "mobile" : "Interface.Slots.SpinButtonMobileView",
            "tablet" : "Interface.Slots.SpinButtonTabletView"
        }
    },
    "spinTypeBasic" : {
        "module" : "Core.Slots.SpinTypeBasic"
    },
    "spinTypeRespin" : {
        "module" : "Core.Slots.SpinTypeRespin",
        "controller" : "Tornado.RespinController",
        "model" : "Tornado.SpinTypeRespinModel"
    },
    "autoPlayer" : {
        "module" : "Core.AutoPlayer"
    },
    "winSituationsDisplay" : {
        "module" : "Game.Slots.WinSituationsDisplay"
    },
    "winSituations" : {
        "module" : "Game.Slots.WinSituations",
        "view" : "Tornado.WinSitutaionsView"
    },
    "betlineIndicators" : {
        "module" : "Game.Slots.BetlineIndicators",
        "view" : "Tornado.BetlineIndicatorsView",
        "controller" : "Tornado.BetlineIndicatorsController"
    },
    "winBanner" : {
        "module" : "Game.Slots.WinBanner",
        "view" : "Tornado.WinBannerView",
        "controller" : "Tornado.WinBannerController"
    },
    "stopGame" : {
        "module" : "Core.StopGame"
    },
    "customMessages" : {
        "module" : "Core.CustomMessages",
        "controller" : "Tornado.CustomMessagesController",
        "model" : {
            "desktop" : "Core.CustomMessagesDesktopModel"
        }
    },
    "realityCheck" : {
        "module" : "Core.RealityCheck"
    },
    "coinWin" : {
        "module" : "Game.Slots.CoinWin",
        "view" : "Tornado.CoinWinView"
    },
    "dimmedSymbols" : {
        "module" : "Game.Slots.DimmedSymbols",
        "model" : "Tornado.DimmedSymbolsModel",
        "controller" : "Tornado.DimmedSymbolsController"
    },
    "winningSymbols" : {
        "module" : "Game.Slots.WinningSymbols",
        "controller" : "Tornado.WinningSymbolsController",
        "view" : "Tornado.WinningSymbolsView",
        "model" : "Tornado.WinningSymbolsModel"
    },
    "blownSymbols" : {
        "module" : "Tornado.BlownSymbols"
    },
    "vortex" : {
        "module" : "Tornado.Vortex"
    },
    "standardWin" : {
        "module" : "Core.Slots.StandardWin"
    },
    "bigWin" : {
        "module" : "Game.Slots.BigWin",
        "controller" : "Tornado.BigWinController",
        "view" : "Tornado.BigWinView",
        "model" : "Tornado.BigWinModel"
    },
    "bigWinCountUp" : {
        "module" : "Game.Slots.BigWinCountUp",
        "view" : "Tornado.BigWinCountUpView"
    },
    "JMX" : {
        "optional" : true,
        "module" : "Cheats.JMX"
    },
    "JMXQueueViewer" : {
        "optional" : true,
        "module" : "Cheats.JMXQueueViewer"
    },
    "DebugInformation" : {
        "optional" : true,
        "module" : "Cheats.DebugInformation"
    },
    "g4" : {
        "global" : "Game",
        "module" : "Core.G4"
    },
    "slowRequestAnimation" : {
        "module" : "Core.SlowRequestAnimation"
    },
    "ambienceManager" : {
        "module" : "Game.AmbienceManager"
    },
    "audioPlayer" : {
        "global" : "Game",
        "module" : "Core.Audio.AudioPlayer"
    },
    "tornadoIntro" : {
        "global" : "Game",
        "module" : "Tornado.TornadoIntro"
    },
    "tornadoOutro" : {
        "global" : "Game",
        "module" : "Tornado.TornadoOutro"
    },
    "storm" : {
        "global" : "Game",
        "module" : "Tornado.Storm"
    },
    "homeButton" : {
        "module" : "Interface.HomeButton",
        "view" : {
            "mobile" : "Interface.HomeButtonMobileView",
            "tablet" : "Interface.HomeButtonBaseView"
        }
    },
    "ticker" : {
        "platforms" : ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module" : "Interface.Ticker",
        "view": "Interface.TickerMobileView"
    },
    "soundOnOffButton" : {
        "module" : "Interface.SoundOnOffButton",
        "view" : {
            "mobile" : "Interface.SoundOnOffButtonMobileView",
            "tablet" : "Interface.SoundOnOffButtonBaseView"
        }
    },
    "balanceDisplay" : {
        "module": "Interface.BalanceDisplay",
        "view" : {
            "mobile" : "Interface.BalanceDisplayMobileView",
            "tablet" : "Interface.BalanceDisplayBaseView"
        }
    },
    "coinsField" : {
        "module": "Interface.Slots.CoinsField",
        "model" : "Tornado.CoinsFieldModel",
        "controller" : "Tornado.CoinsFieldController",
        "view": {
            "mobile" : "Tornado.CoinsFieldMobileView",
            "tablet" : "Tornado.CoinsFieldBaseView"
        }
    },
    "cashField" : {
        "module": "Interface.CashField",
        "model" : "Tornado.CashFieldModel",
        "controller" : "Tornado.CashFieldController",
        "view" : {
            "desktop" : "Interface.CashFieldBaseView",
            "mobile" : "Interface.CashFieldMobileView",
            "tablet" : "Interface.CashFieldTabletView"
        }
    },
    "coinsFieldCountUp" : {
        "module" : "Core.AbstractCountUp"
    },
    "settingsWindow" : {
        "module" : "Interface.SettingsWindow",
        "view" : {
            "mobile" : "Interface.SettingsWindowMobileView",
            "tablet" : "Interface.SettingsWindowBaseView"
        }
    },
    "settingsMenu" : {
        "module" : "Interface.SettingsMenu",
        "view" : {
            "mobile" : "Interface.SettingsMenuMobileView",
            "tablet" : "Interface.SettingsMenuBaseView"
        }
    },
    "settingsButton" : {
        "module" : "Interface.SettingsButton",
        "view" : {
            "mobile" : "Interface.SettingsButtonMobileView",
            "tablet" : "Interface.SettingsButtonBaseView"
        }
    },
    "betSettings" : {
        "module" : "Interface.BetSettings"
    },
    "systemClock" : {
        "module" : "Interface.SystemClock",
        "view": {
            "mobile" : "Interface.SystemClockBaseView",
            "tablet" : "Interface.SystemClockTabletView"
        }
    },
    "netEntLogo" : {
        "module" : "Interface.NetEntLogo",
        "view": {
            "mobile" : "Interface.NetEntLogoBaseView",
            "tablet" : "Interface.NetEntLogoTabletView"
        }
    },
    "gameHistory" : {
        "module" : "Interface.GameHistory"
    },
    "gameRules" : {
        "module" : "Interface.GameRules",
        "model" : "Tornado.GameRulesModel"
    },
    "paytable" : {
        "module" : "Interface.Paytable",
        "view" : "Tornado.PaytableBaseView"
    },
    "spinSettings" : {
        "module" : "Interface.SpinSettings",
        "view"   : "Tornado.SpinSettingsBaseView",
        "controller" : "Tornado.SpinSettingsController"
    },
    "soundSettings" : {
        "module" : "Interface.SoundSettings"
    },
    "quickSettingsMenu" : {
        "module" : "Interface.QuickSettingsMenu",
        "view" : {
            "mobile" : "Interface.QuickSettingsMenuBaseView",
            "tablet" : "Interface.QuickSettingsMenuTabletView"
        }
    },
    "autoPlayButton" : {
        "module" : "Interface.AutoPlayButton"
    },
    "quickSpinButton" : {
        "module" : "Interface.QuickSpinButton"
    },
    "resourceLoader" : {
        "module" : "Core.ResourceLoader"
    },
    "blownSymbolsCollector" : {
        "module" : "Tornado.BlownSymbolsCollector"
    },
    "fountainAnimation" : {
        "module" : "Tornado.FountainAnimation"
    },
    "quickStopper" : {
        "module" : "Game.Slots.QuickStopper"
    },
    "symbolAttentions" : {
        "module" : "Tornado.SymbolAttentions"
    },
    "keyboard": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.Keyboard"
    }
}
