Skip to content

Commit

Permalink
Merge pull request OpenRCT2#21163 from fidwell/plugin-api-SmallScener…
Browse files Browse the repository at this point in the history
…yPlaceArgs

Plugin documentation: Added missing required field to SmallSceneryPlaceArgs
  • Loading branch information
ZehMatt authored Jan 6, 2024
2 parents adadaaf + 2768716 commit c137d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/openrct2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ declare global {
quadrant: number;
primaryColour: number;
secondaryColour: number;
tertiaryColour: number;
}

interface SmallSceneryRemoveArgs extends GameActionArgs {
Expand Down

0 comments on commit c137d20

Please sign in to comment.