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