mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 05:09:07 +08:00
7 lines
124 B
TypeScript
7 lines
124 B
TypeScript
declare namespace SDK {
|
|
class IProjectFile {
|
|
GetName(): string;
|
|
GetProject(): SDK.IProjectFile;
|
|
GetBlob(): Blob;
|
|
}
|
|
} |