1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Plugin documentation: Added missing field to SmallSceneryElement

This commit is contained in:
Stephan Spengler
2024-01-15 12:42:40 +01:00
committed by GitHub
parent 7a9e8a5e44
commit e8a7bc43b3

View File

@@ -1544,6 +1544,7 @@ declare global {
object: number;
primaryColour: number;
secondaryColour: number;
tertiaryColour: number;
quadrant: number;
age: number;
}