Britbot

Gets a string description for this Target for log purposes.

Returns:

Implements Britbot.ITarget.

Definition at line 186 of file SmartIsland.cs.

        {
            return "Island, id: " + Id + " location: " + Loc;
        }