Skip to content

Commit

Permalink
Adjust API documentation to changes from OpenRCT2#22013
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadret authored May 22, 2024
1 parent fe968fb commit 7315b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/openrct2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ declare global {
x: number;
y: number;
height: number;
style: number; // see TILE_ELEMENT_SLOPE in openrct2/world/Surface.h
style: number; // see openrct2/world/tile_element/Slope.h
}

interface LandSetRightsArgs extends GameActionArgs {
Expand Down

0 comments on commit 7315b3b

Please sign in to comment.