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 { }