Skip to content

Commit

Permalink
fix(shared): added missing enums for CheckpointType (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSrc authored Feb 22, 2024
1 parent d957551 commit 9bc0d9a
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions api/AltV.Net.Shared/Elements/Entities/CheckpointType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ public enum CheckpointType : byte
CylinderTripleArrow,
CylinderCycleArrow,
CylinderCheckerboard,
CylinderWrench,
CylinderSingleArrow2,
CylinderDoubleArrow2,
CylinderTripleArrow2,
CylinderCycleArrow2,
CylinderCheckerboard2,
CylinderWrench2,
RingSingleArrow,
RingDoubleArrow,
RingTripleArrow,
Expand Down Expand Up @@ -44,12 +46,28 @@ public enum CheckpointType : byte
Empty,
Ring,
Empty2,

//CylinderCustomShape,
//CylinderCustomShape2,
//CylinderCustomShape3,
Cylinder = 45,
Cylinder,
Cylinder1,
Cylinder2,
Cylinder3
Cylinder3,
Cylinder4,
Cylinder5,
Empty3,
Empty4,
Empty5,
Empty6,
RingDollar,
RingWolf,
RingQuestionMark,
RingPlane,
RingChopper,
RingBoat,
RingCar,
RingBike,
RingBicycle,
RingTruck,
RingParachute,
RingJetpack,
RingWhirl
}
}

0 comments on commit 9bc0d9a

Please sign in to comment.