|
Britbot
|
fulfills the interface, just returns "zeroish" score
Implements Britbot.ITarget. Definition at line 23 of file NoTarget.cs. {
return new Score(this, TargetType.NoTarget, 0, 0, 1, 0, 0);
}
|
1.7.6.1