Files
tbd-station-14/Content.Shared/Vapor/SharedVaporComponent.cs
2022-07-14 19:45:21 -07:00

13 lines
199 B
C#

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