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