コード例 #1
0
ファイル: GameSoundEffect.cs プロジェクト: stackprobe/Fairy
 private static void UnloadSE(SEInfo i)
 {
     i.Dispose();
 }