예제 #1
0
파일: Player.cs 프로젝트: SvDvorak/Q19
 public void Start()
 {
     _boostMeasureInitialPos = Boost.MinBoostMeasure.localPosition;
     _weaponShake            = GetComponent <WeaponShake>();
 }
예제 #2
0
파일: Shooting.cs 프로젝트: SvDvorak/Q19
 public void Start()
 {
     _player      = GetComponent <Player>();
     _weaponShake = GetComponent <WeaponShake>();
 }