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