mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-05 02:06:53 +08:00
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
declare namespace SDK {
|
|
class IEventSheet {
|
|
GetName(): string;
|
|
GetProject(): SDK.IProject;
|
|
GetRoot(): SDK.IEventParentRow;
|
|
}
|
|
} |