Delta-v/Content.Shared/Shuttles/Components/SharedShuttleComponent.cs

9 lines
130 B
C#

namespace Content.Shared.Shuttles.Components
{
public enum ShuttleMode : byte
{
Strafing,
Cruise,
}
}