private void Awake()
 {
     this.sShoot = GetComponent <PCSystemShoot>();
 }
示例#2
0
 void Start()
 {
     this.systemShoot = GetComponent <PCSystemShoot>();
 }