mirror of
				https://gitee.com/sli97/behavior-eden-coco-plugin.git
				synced 2025-10-31 11:26:23 +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;
 |