mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 09:35:27 -04:00
57371c3759
* Choose a starter game and quickly replace objects and tweak their behaviors. The game is then automatically published so it can be shared: this is perfect for new users to get a taste of how a game works and make their own remix of a game before going further.
8 lines
202 B
JavaScript
8 lines
202 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdQuickCustomization {
|
|
static Default: 0;
|
|
static Visible: 1;
|
|
static Hidden: 2;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |