Britbot
Location Britbot.NoTarget.GetLocation ( ) [inline]

returns the origin because what else

Returns:
returns the origin

Implements Britbot.ITarget.

Definition at line 32 of file NoTarget.cs.

        {
            return new Location(0, 0);
        }