Exemplo n.º 1
0
 public void CloseLearnSpellPanel()
 {
     _learnSpellScreenActive = false;
     _learnSpellInterface    = null;
     _learnSpellPanel        = null;
 }
Exemplo n.º 2
0
 public void OpenLearnSpellPanel(Item_Spellbook s)
 {
     _learnSpellScreenActive = true;
     _learnSpellInterface    = new LearnSpellInterface(this, s);
     _learnSpellPanel        = new LearnSpellPanel(this, _learnSpellInterface);
 }