Пример #1
0
 static SpellManager()
 {
     CurrentSpells    = SpellLibrary.GetSpells(Player.Instance.Hero);
     SpellsDictionary = new Dictionary <AIHeroClient, SpellBase>();
 }