Britbot

Gets the type of this target (EnemyGroup)

Returns:

Implements Britbot.ITarget.

Definition at line 208 of file EnemyGroup.cs.

        {
            return TargetType.EnemyGroup;
        }