Flash.ActionScript.Import
static function Import(package: string): void;
Description

Causes an import directive to be emitted in the ActionScript code generated for the current type.

	import UnityEngine.Flash;
	
	ActionScript.Import("flash.utils.Dictionary");