Beispiel #1
0
 private void Awake()
 {
     impulseForceRead  = boatImpulseForce;
     throwObjectSystem = new ThrowObjectSystem();
     DirectionalArrowBehaviour.SetupArrow(() => launchDirection);
 }
 private void Awake()
 {
     throwObjectSystem = new ThrowObjectSystem();
     DirectionalArrowBehaviour.SetupArrow(() => launchDirection);
 }