private void Start() { timer = fireRate; _shootGFX = ShootGFX.instance; }
private void Awake() { instance = this; }