Add MeleeEffect and related services for combat interactions
This commit is contained in:
9
GameCore/Services/IAudioService.cs
Normal file
9
GameCore/Services/IAudioService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using GameCore.Math;
|
||||
|
||||
namespace GameCore.Services;
|
||||
|
||||
public interface IAudioService
|
||||
{
|
||||
void Play(string soundId);
|
||||
void PlayAtPoint(string soundId, Vector3 position);
|
||||
}
|
||||
Reference in New Issue
Block a user