Implement BGM and SFX event system

This commit is contained in:
2024-09-14 16:01:55 -07:00
parent 0a71339bbe
commit cd8806a9fe
38 changed files with 718 additions and 116 deletions

View File

@@ -8,6 +8,8 @@
public readonly record struct Initialize;
public readonly record struct GoToOverworld;
public readonly record struct OpenInventory;
public readonly record struct CloseInventory;