public void Awake()
	{
		m_Player = this.GetComponent<ThirdPersonMovementController>();
		m_Rigidbody = this.GetComponent<Rigidbody>();
	}
Example #2
0
 public void Awake()
 {
     m_Player    = this.GetComponent <ThirdPersonMovementController>();
     m_Rigidbody = this.GetComponent <Rigidbody>();
 }