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,9 @@
namespace Zennysoft.Ma.Adapter;
public enum BackgroundMusic
{
CrossingTheGate,
Droney,
TarWinds,
UselessImmuneSystem
}