You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dat/Objects/Airport/MovementEdge.cs
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ public record MovementEdge(
15
15
[property:LocoStructOffset(0x08)]uint32_tAtLeastOneClearEdges// Which edges must have at least one clear to use transition edge. should probably be some kind of flags?
[property:LocoStructOffset(0x20),LocoStructVariableLoad,LocoArrayLength(IndustryObject.BuildingHeightCount)]List<uint8_t>BuildingHeights,// This is the height of a building image
0 commit comments