コード例 #1
0
ファイル: Sound.cs プロジェクト: github-esme/MsCharacter
 public void Dispose()
 {
     _bgm.Dispose();
     _sfx.Dispose();
 }