示例#1
0
 void Start()
 {
     player  = this.GetComponent <TCP_Character>();
     gunFire = this.GetComponent <TCP_BasicGun>();
     canUse  = false;
     this.skillFeedback.GetComponent <Image>().fillAmount = 1.0f;
     Invoke("ResetCooldown", this.cooldownTime);
 }
示例#2
0
 void Start()
 {
     character = this.GetComponent <TCP_Character>();
 }