private void GetDependencies() { spellBook = spellBookGo as Interface.SpellBook; }
public void SetView(Interface.SpellBook spellBook) { this.spellBook = spellBook; }