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

The enemy heroes toggler.
Inheritance: MenuItem
Exibir arquivo Open project: EnsageSharp/Ensage.Common

Public Methods

Method 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 method

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.
return System.Collections.Generic