public override void OnStartClient()
 {
     rockPaperSpellView = rockPaperSpellViewGo.GetComponent <Interface.View>();
     SetViews();
 }
 private void GetDependencies()
 {
     wizardControllers  = transform.GetChild(0).GetComponentsInChildren <Wizard>();
     spellBook          = transform.GetChild(1).GetComponentInChildren <SpellBook>();
     rockPaperSpellView = rockPaperSpell.GetComponent <Interface.View>();
 }