Files

6 lines
185 B
C#
Raw Permalink Normal View History

2024-02-20 14:28:01 +03:00
namespace Content.Shared._Amour.Arousal;
public record struct ArousalUpdated(Entity<ArousalComponent> Entity);
public record struct ArousalSplash(Entity<ArousalComponent> Entity);