mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
9 lines
279 B
JavaScript
9 lines
279 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdMeasurementBaseUnit {
|
|
constructor(name: string, symbol: string, quantity: string): void;
|
|
getName(): string;
|
|
getSymbol(): string;
|
|
getQuantity(): string;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |