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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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