Re-implement audio managers

This commit is contained in:
2025-09-08 23:24:33 -07:00
parent d830a05d98
commit 4f1251d402
185 changed files with 1747 additions and 1673 deletions

View File

@@ -0,0 +1,7 @@
using Zennysoft.Game.Implementation;
namespace Zennysoft.Ma.Adapter;
public partial class BGMPlayer : DimmableAudioStreamPlayer
{
}