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

Get the location of the Island.

Returns:
The Location of the island

Implements Britbot.ITarget.

Definition at line 164 of file SmartIsland.cs.

        {
            return Loc;
        }