public void Start() { _boostMeasureInitialPos = Boost.MinBoostMeasure.localPosition; _weaponShake = GetComponent <WeaponShake>(); }
public void Start() { _player = GetComponent <Player>(); _weaponShake = GetComponent <WeaponShake>(); }