コード例 #1
0
ファイル: Level1Data.cs プロジェクト: alexdrydew/VitalMusicV4
 public override void Unload()
 {
     base.Unload();
     RemoveMenuAssignment();
     musicSystem.Destroy();
     chordEditorController.Destroy();
     tutorialController.Destroy();
     Destroy(controlPanel);
     Destroy(chordProgressGrid);
 }