mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 17:45:25 -04:00
cc371273ce
* 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
7 lines
283 B
JavaScript
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;
|
|
}; |