10 lines
167 B
C#
10 lines
167 B
C#
|
|
using Robust.Shared.Serialization;
|
|||
|
|
|
|||
|
|
namespace Content.Shared.Pinpointer;
|
|||
|
|
|
|||
|
|
[Serializable, NetSerializable]
|
|||
|
|
public enum ProximityBeeperVisuals : byte
|
|||
|
|
{
|
|||
|
|
Enabled
|
|||
|
|
}
|