Files
wwdpublic/Content.Shared/Beeper/Components/ProximityBeeperComponent.cs
Jezithyr b678d14a87 Created Proximity Detection and Beeper Systems (#23177)
(cherry picked from commit c242e05cdea4dbc3e783659391f16dedf5662397)
2024-01-26 21:40:37 +01:00

9 lines
281 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Beeper.Components;
[RegisterComponent] //component tag for events. If we add support for component pairs on events then this won't be needed anymore!
public sealed partial class ProximityBeeperComponent : Component
{
}