package sugarrush var Plugins = []interface{}{ &PluginBaseSpin{}, &PluginFreeSpin{}, &PluginChooseWheel{}, } var SimulatorPlugins = []interface{}{}