Files
OldThink/Content.Shared/Vapor/SharedVaporComponent.cs

11 lines
155 B
C#
Raw Permalink Normal View History

2022-05-13 00:59:03 -07:00
using Robust.Shared.Serialization;
2023-05-02 00:25:33 +10:00
namespace Content.Shared.Vapor;
[Serializable, NetSerializable]
public enum VaporVisuals
{
2023-05-02 00:25:33 +10:00
Color,
State,
}