1
0
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:
Ted John
2020-04-27 01:23:02 +01:00
committed by GitHub
parent f9909e76f2
commit af625f95c3

View File

@@ -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;
}
/**