mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
5 lines
100 B
C#
5 lines
100 B
C#
namespace Content.Shared.Beeper;
|
|
[ByRefEvent]
|
|
public record struct BeepPlayedEvent(bool Muted);
|
|
|