Add pipe coloring (#4261)
This commit is contained in:
committed by
GitHub
parent
6bbcf305bd
commit
077f158dda
11
Content.Shared/Atmos/Piping/PipeColorVisuals.cs
Normal file
11
Content.Shared/Atmos/Piping/PipeColorVisuals.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Atmos.Piping
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum PipeColorVisuals
|
||||
{
|
||||
Color,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user