
unit Pack
{
	public const uint16 ID = 0;
	
	public link unit IN {}
}
link unit OUT {} = driver.IN;





