public void OnInteractiveWave(InputAction.CallbackContext ctx)
 {
     if (ctx.started)
     {
         waveSpawner.DoPlayerInteractiveWave();
     }
 }