Z4SightCommandCounterActivation

Description

Selects the counter activation.

namespace Z4SightCommandCounterActivation
{
	enum Type
	{
		AnyEdge,
		EdgeFalling,
		EdgeRising
	};
}