mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 10:38:46 +08:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
declare namespace SDK {
|
|
class IProjectFile {
|
|
GetName(): string;
|
|
GetPath(): string;
|
|
GetProject(): SDK.IProjectFile;
|
|
GetBlob(): Blob;
|
|
}
|
|
} |