Britbot

An enum represent the type of the target of a group.

Enumerator:
Island 
NoTarget 
EnemyGroup 

Definition at line 117 of file Score.cs.

    {
        Island,
        NoTarget,
        EnemyGroup
    }