Britbot
Score Britbot.NoTarget.GetScore ( Group  origin) [inline]

fulfills the interface, just returns "zeroish" score

Parameters:
originthe group for which the score is calculated
Returns:

Implements Britbot.ITarget.

Definition at line 23 of file NoTarget.cs.

        {
            return new Score(this, TargetType.NoTarget, 0, 0, 1, 0, 0);
        }