mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix two property names in peep plugin documentation (#11487)
This commit is contained in:
4
distribution/openrct2.d.ts
vendored
4
distribution/openrct2.d.ts
vendored
@@ -523,11 +523,11 @@ declare global {
|
||||
/**
|
||||
* Colour of the peep's t-shirt.
|
||||
*/
|
||||
tshirt: number;
|
||||
tshirtColour: number;
|
||||
/**
|
||||
* Colour of the peep's trousers.
|
||||
*/
|
||||
trousers: number;
|
||||
trousersColour: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user