Files
GDevelop/GDevelop.js/types/gdquickcustomizationvisibilitiescontainer.js
Clément Pasteau cc371273ce Improve Quick Customization flow (#6978)
* Simplify the number of objects suggested for replacing
* Simplify the number of behavior properties suggested for tweaking
* New section to update the in-game title
* Simplify publication at the end of the flow
2024-09-23 15:07:31 +02:00

7 lines
283 B
JavaScript

// Automatically generated by GDevelop.js/scripts/generate-types.js
declare class gdQuickCustomizationVisibilitiesContainer {
set(name: string, visibility: QuickCustomization_Visibility): void;
get(name: string): QuickCustomization_Visibility;
delete(): void;
ptr: number;
};