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