C# Class Ensage.Common.Menu.MenuItems.EnemyHeroesToggler

The enemy heroes toggler.
Inheritance: MenuItem
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
EnemyHeroesToggler ( string name, string displayName, bool>.Dictionary heroDictionary, bool defaultValues = true, bool makeChampionUniq = false ) : System.Collections.Generic

Initializes a new instance of the EnemyHeroesToggler class.

Method Details

EnemyHeroesToggler() public méthode

Initializes a new instance of the EnemyHeroesToggler class.
public EnemyHeroesToggler ( string name, string displayName, bool>.Dictionary heroDictionary, bool defaultValues = true, bool makeChampionUniq = false ) : System.Collections.Generic
name string The name.
displayName string The display name.
heroDictionary bool>.Dictionary The hero dictionary.
defaultValues bool The default values.
makeChampionUniq bool The make champion unique.
Résultat System.Collections.Generic