6 lines
185 B
C#
6 lines
185 B
C#
namespace Content.Shared._Amour.Arousal;
|
|
|
|
public record struct ArousalUpdated(Entity<ArousalComponent> Entity);
|
|
|
|
public record struct ArousalSplash(Entity<ArousalComponent> Entity);
|