public void CheckGameOverHeroes(int index)
 {
     WANOK.CheckControls(ListControlsGameOverHeroes, index);
 }
Beispiel #2
0
 public void CheckHeroesSelection(int index)
 {
     WANOK.CheckControls(HeroesSelectionItems, index);
     UnCheckHeroesSelection();
 }
Beispiel #3
0
 public void CheckHeroesCondition(int index)
 {
     WANOK.CheckControls(HeroesConditionItems, index);
 }
Beispiel #4
0
        // -------------------------------------------------------------------
        // Checks
        // -------------------------------------------------------------------

        public void CheckSwitchesVariablesSelection(int index)
        {
            WANOK.CheckControls(SwitchesVariablesSelectionItems, index);
            UnCheckSwitchesVariablesSelection();
        }