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: Core/Objects/Airport/MovementEdge.cs
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
usingSystem.ComponentModel;
1
+
usingSystem.ComponentModel;
2
2
usingOpenLoco.ObjectEditor.DatFileParsing;
3
3
4
4
namespaceCore.Objects
@@ -12,5 +12,8 @@ public record MovementEdge(
12
12
[property:LocoStructOffset(0x03)]uint8_tvar_03,
13
13
[property:LocoStructOffset(0x04)]uint32_tMustBeClearEdges,// Which edges must be clear to use the transition edge. should probably be some kind of flags?
14
14
[property:LocoStructOffset(0x08)]uint32_tAtLeastOneClearEdges// Which edges must have at least one clear to use transition edge. should probably be some kind of flags?
0 commit comments