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