コード例 #1
0
 public void Draw(GameTime gameTime)
 {
     _currentWave.Draw();
     if (_showdialog)
     {
         _dialog.Draw("Press 'B' to activate the Boidsystem.");
     }
 }