mirror of
https://gitee.com/sli97/behavior-eden-coco-plugin.git
synced 2024-12-26 11:49:07 +00:00
8 lines
234 B
JavaScript
8 lines
234 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.Decorator = void 0;
|
||
|
const ParentNode_1 = require("./ParentNode");
|
||
|
class Decorator extends ParentNode_1.ParentNode {
|
||
|
}
|
||
|
exports.Decorator = Decorator;
|