6
StarHorizon_Public/Content.Shared/Vapor/SharedVaporComponent.cs
2026-01-18 12:53:36 +03:00

11 lines
155 B
C#

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