コード例 #1
0
 public WaveEventArgs(Wave wave, bool isLastWave)
 {
     Wave       = wave;
     IsLastWave = isLastWave;
 }