12 lines
188 B
C#
12 lines
188 B
C#
using System;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Atmos.Piping
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum PipeColorVisuals
|
|
{
|
|
Color,
|
|
}
|
|
}
|