Implement Equip/Unequip SFX

This commit is contained in:
2025-03-11 16:51:22 -07:00
parent 294c52dc40
commit 29af9062b5
12 changed files with 135 additions and 67 deletions

View File

@@ -21,6 +21,8 @@ public partial class InGameAudioLogic
public readonly record struct PlayEquipSound;
public readonly record struct PlayUnequipSound;
public readonly record struct PlayInventorySortedSound;
public readonly record struct PlayMenuBackSound;