mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
2ca593ba2b
Don't show in changelog
7 lines
258 B
JavaScript
7 lines
258 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdInstructionsTypeRenamer {
|
|
constructor(project: gdProject, oldType: string, newType: string): void;
|
|
launch(events: gdEventsList): void;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |