Example #1
0
 public SpellChainNode GetSpellChainNode(uint spell_id)
 {
     return(SpellChainList.LookupByKey(spell_id));
 }