Exemplo n.º 1
0
 public bool GetIsValidForGame(IGame selectedGame)
 {
     Configurator.ApplyGameConfigParams(selectedGame);
     return(GameHelper.IsValidForGame(selectedGame));
 }
Exemplo n.º 2
0
        private static void OnSelectionChanged()
        {
            var selectedGame = PluginHelper.StateManager.GetAllSelectedGames().FirstOrDefault();

            Configurator.ApplyGameConfigParams(selectedGame);
        }