Add additional transition types

This commit is contained in:
Gymnasiast 2023-11-17 23:19:23 +01:00
parent 6421680e4e
commit 5caab670ce
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,11 @@ enum class WoodenSupportTransitionType : uint8_t
Up25DegToUp60Deg = 3,
Up60DegToUp25Deg = 4,
Up60Deg = 5,
FlatToUp60Deg = 7,
Up60DegToFlat = 8,
FlatToUp25DegRailway = 9,
Up25DegToFlatRailway = 10,
Up25DegRailway = 11,
Scenery = 12,
};