1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Add missing getCostumeStrings to openrct2.d.ts (#25227)

This commit is contained in:
Aaron van Geffen
2025-09-21 17:11:39 +02:00
committed by GitHub
parent b160210259
commit f9e9cefb46

View File

@@ -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.
*/