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