mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 05:39:07 +08:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
declare namespace SDK {
|
|
class IEventParentRow {
|
|
AddEventBlock(): Promise<SDK.IEventBlock>;
|
|
}
|
|
} |