HeroPreset
Sourceclass HeroPreset
Source
string heroAbilityString
Source
string normalAbilityString
Source
LinkedList properNames
Source
function addHeroAbility(int id)
Source
function addNormalAbility(int id)
Source
function addProperName(string name)
Source
Adds a proper Name to the Hero.
Remember to call .buildHero() after you finished your changes
function buildHero()
Source
function buildHeroAbilities()
Source
function buildNormalAbilities()
Source
function buildProperNames()
Source