Пример #1
0
 public SpellStruct(SpellTracker.spell s, Sprite sp, string spn)
 {
     spell       = s;
     spellSprite = sp;
     spellName   = spn;
 }
Пример #2
0
 public void createSpell(SpellTracker.spell s, int manaUsed)
 {
     StartCoroutine(s.Invoke(manaUsed, this));
     this.manaUsed = manaUsed;
 }