AILCommandCounterActivation

Description

Selects the counter activation.

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