Files
crystall-punk-14/Content.Shared/Beeper/BeeperEvents.cs

5 lines
100 B
C#
Raw Permalink Normal View History

namespace Content.Shared.Beeper;
[ByRefEvent]
public record struct BeepPlayedEvent(bool Muted);