Esempio n. 1
0
 public void RemoveSpell(int spellInstanceId)
 {
     m_dirtySpells.Add(spellInstanceId);
     FightLogicExecutor.NotifySpellRemovedForPlayer(fightId, this);
 }