6
StarHorizon_Public/Content.Shared/Vapor/SharedVaporComponent.cs
2025-11-05 11:11:22 +03:00

11 lines
155 B
C#

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