예제 #1
0
 void Start()
 {
     this.accesoBattleValidation = this.objetoPlayer.GetComponent <AccessBattlePanal>();
     this.panelValidacionAcceso.SetActive(false);
 }
 void Start()
 {
     this.accesoPanel = this.objetoPlayer.GetComponent <AccessBattlePanal>();
 }