- add: interface for interaction
This commit is contained in:
5
Content.Shared/_Amour/Arousal/ArousalEvents.cs
Normal file
5
Content.Shared/_Amour/Arousal/ArousalEvents.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Content.Shared._Amour.Arousal;
|
||||
|
||||
public record struct ArousalUpdated(Entity<ArousalComponent> Entity);
|
||||
|
||||
public record struct ArousalSplash(Entity<ArousalComponent> Entity);
|
||||
Reference in New Issue
Block a user