void Start()
	{
		smallBroMovement = GetComponentInParent<SmallBroMovement>();
		checkGrounded = GetComponentInParent<CheckIfGrounded>();
	}
Exemplo n.º 2
0
 void Start()
 {
     smallBroMovement = GetComponentInParent <SmallBroMovement>();
     checkGrounded    = GetComponentInParent <CheckIfGrounded>();
 }