Z4SightCommandRegister

Description

Represents command add command operation.

namespace Z4SightCommandRegister
{
	enum Type
	{
		AutoRegister,
		AutoRegisterCancel
	};
}