Files
OldThink/Content.Shared/_Amour/Arousal/ArousalEvents.cs

6 lines
185 B
C#

namespace Content.Shared._Amour.Arousal;
public record struct ArousalUpdated(Entity<ArousalComponent> Entity);
public record struct ArousalSplash(Entity<ArousalComponent> Entity);