10 lines
176 B
C#
10 lines
176 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared._NF.Atmos.Visuals;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum DockablePipeVisuals : byte
|
|
{
|
|
Docked, // bool
|
|
}
|