namespace Azaion.Missions.Enums; // Numeric values are persisted in the `vehicles.type` column. Do NOT reorder or // reassign existing values -- live rows would silently become a different type. public enum VehicleType { Plane = 0, Copter = 1, UGV = 2, GuidedMissile = 3 }