Esempio n. 1
0
 private void Start()
 {
     LockCursor = false;
     parameter  = this.GetComponent <fps_playerParameter1>();
     input      = GameObject.FindGameObjectWithTag(Tags.gameController).GetComponent <fps_input>();
 }