Exemplo n.º 1
0
 public void GetAimerFromNewCharAndStart()
 {
     this.pam = this.currentCharacter.GetComponentInChildren<PlayerAbilityAimer>();
     //		Debug.Log (this.pam.name);
     this.pam.StartCheckAimAndReset();
 }
Exemplo n.º 2
0
    public void GetAimerFromNewCharAndStart()
    {
        this.pam = this.currentCharacter.GetComponentInChildren <PlayerAbilityAimer>();
//		Debug.Log (this.pam.name);
        this.pam.StartCheckAimAndReset();
    }