mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +08:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
|
|
const C3 = globalThis.C3;
|
|
|
|
C3.Plugins.EsotericSoftware_SpineConstruct3 = class SpineC3 extends globalThis.ISDKPluginBase {
|
|
};
|
|
|
|
// Necessary for TypeScript to treat this file as a module
|
|
export { } |