Anomaly Locator (#15677)
This commit is contained in:
9
Content.Shared/Pinpointer/SharedProximityBeeper.cs
Normal file
9
Content.Shared/Pinpointer/SharedProximityBeeper.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Pinpointer;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum ProximityBeeperVisuals : byte
|
||||
{
|
||||
Enabled
|
||||
}
|
||||
Reference in New Issue
Block a user