Ejemplo n.º 1
0
 void Awake()
 {
     S      = this;
     player = GameObject.FindGameObjectWithTag("Player").GetComponent <Player>();
     juice  = this.GetComponent <GameManagerJuice>();
 }