FirePackageIOLine

Description

Decides which line read from or write to.

namespace FirePackageIOLine
{
	enum Type
	{
		Input,
		Output1,
		Output2,
		Output3
	};
}