C# Class AkaCore.AkaLib.Evade.SpellDatabase

Mostra file Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
Spells List

Public Methods

Method Description
GetByMissileName ( string missileSpellName ) : SpellData
GetByName ( string spellName ) : SpellData

Private Methods

Method Description
SpellDatabase ( ) : System

Method Details

GetByMissileName() public static method

public static GetByMissileName ( string missileSpellName ) : SpellData
missileSpellName string
return SpellData

GetByName() public static method

public static GetByName ( string spellName ) : SpellData
spellName string
return SpellData

Property Details

Spells public_oe static_oe property

public static List Spells
return List