// Use this for initialization void Start() { velocidad = GetComponent <StatsOnix>().velocidad; mTransform = GetComponent <Transform>(); jugador = GameObject.FindGameObjectWithTag("Player"); transformJugador = jugador.transform; golpe = GetComponent <StatsOnix>(); }
// Use this for initialization void Start() { pS = GetComponent <StatsOnix>(); }