Files
tbd-station-14/Content.Shared/Vapor/SharedVaporComponent.cs
2023-05-02 00:25:33 +10:00

11 lines
155 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Vapor;
[Serializable, NetSerializable]
public enum VaporVisuals
{
Color,
State,
}