Exemplo n.º 1
0
 // Awake
 void Awake()
 {
     m_Transform = transform;
     m_fpController = this.GetComponent<FirstPersonController>();
 }