13 lines
199 B
C#
13 lines
199 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Vapor
|
|
{
|
|
[Serializable, NetSerializable]
|
|
public enum VaporVisuals
|
|
{
|
|
Rotation,
|
|
Color,
|
|
State,
|
|
}
|
|
}
|