namespace Azaion.Missions.Enums; // Numeric values are persisted in the `vehicles.fuel_type` column. Do NOT reorder // or reassign existing values -- live rows would silently become a different fuel. public enum FuelType { Electric = 0, Gasoline = 1, Diesel = 2, SolidPropellant = 3 }