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