mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
9 lines
281 B
C#
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
|
|
{
|
|
}
|