forked from LeenkxTeam/LNXSDK
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			129 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			129 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
| package flash.utils;
 | |
| 
 | |
| extern class Dictionary implements ArrayAccess<Dynamic> {
 | |
| 	function new(weakKeys : Bool = false) : Void;
 | |
| }
 |