Created Proximity Detection and Beeper Systems (#23177)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user