mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
Add missing getCostumeStrings to openrct2.d.ts (#25227)
This commit is contained in:
5
distribution/openrct2.d.ts
vendored
5
distribution/openrct2.d.ts
vendored
@@ -3709,6 +3709,11 @@ declare global {
|
||||
*/
|
||||
readonly availableCostumes: StaffCostume[];
|
||||
|
||||
/**
|
||||
* Returns an array of costume strings with inline sprites.
|
||||
*/
|
||||
getCostumeStrings(): string[];
|
||||
|
||||
/**
|
||||
* The staff member's costume.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user