Add AIRBORNE

This commit is contained in:
Tom Fifield 2025-10-09 09:36:22 +11:00 committed by GitHub
parent 5ef21553a1
commit b880bb828b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -377,6 +377,11 @@ message Config {
* Cars, motorbikes.
*/
VEHICLE = 3;
/*
* Planes, balloons, drones.
*/
AIRBORNE = 4;
}
/*