IsWaveValid function

bool IsWaveValid(
  1. WaveC wave
)

Implementation

bool IsWaveValid(WaveC wave) => _module.IsWaveValid(wave);