Created Proximity Detection and Beeper Systems (#23177)
This commit is contained in:
4
Content.Shared/Beeper/BeeperEvents.cs
Normal file
4
Content.Shared/Beeper/BeeperEvents.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Content.Shared.Beeper;
|
||||
[ByRefEvent]
|
||||
public record struct BeepPlayedEvent(bool Muted);
|
||||
|
||||
Reference in New Issue
Block a user