forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			188 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			188 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
package flash.net;
 | 
						|
 | 
						|
extern class DynamicPropertyOutput implements IDynamicPropertyOutput {
 | 
						|
	function new() : Void;
 | 
						|
	function writeDynamicProperty(name : String, value : Dynamic) : Void;
 | 
						|
}
 |