1
0

BeeperEvents.cs 100 B

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