mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 10:38:46 +08:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
declare namespace SDK {
|
|
class IObjectClass {
|
|
GetProject(): SDK.IProject;
|
|
GetName(): string;
|
|
Delete(): void;
|
|
}
|
|
} |