public void UpdatePresenter(Spell spell)
 {
     _presenter.UpdateInterface(spell);
 }
Example #2
0
 public void Start()
 {
     _spellInterface.UpdateInterface(ActiveSpell);
     _spellInterface.SetVisibility(true);
 }