Re-implement audio managers
This commit is contained in:
14
Zennysoft.Game.Ma.Implementation/Audio/SoundEffects.cs
Normal file
14
Zennysoft.Game.Ma.Implementation/Audio/SoundEffects.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
public enum SoundEffects
|
||||
{
|
||||
Cancel,
|
||||
Equip,
|
||||
Heal,
|
||||
MenuBack,
|
||||
MoveThroughOptions,
|
||||
PlayerAttack,
|
||||
PlayerHitWall,
|
||||
Sort,
|
||||
Unequip
|
||||
}
|
||||
Reference in New Issue
Block a user