コード例 #1
0
 public void UpdatePresenter(Spell spell)
 {
     _presenter.UpdateInterface(spell);
 }
コード例 #2
0
 public void Start()
 {
     _spellInterface.UpdateInterface(ActiveSpell);
     _spellInterface.SetVisibility(true);
 }