Ejemplo n.º 1
0
	public void Awake()
	{
		m_Player = this.GetComponent<ThirdPersonMovementController>();
		m_Rigidbody = this.GetComponent<Rigidbody>();
	}
Ejemplo n.º 2
0
 public void Awake()
 {
     m_Player    = this.GetComponent <ThirdPersonMovementController>();
     m_Rigidbody = this.GetComponent <Rigidbody>();
 }