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