diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ILandObject.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ILandObject.cs b/OpenSim/Region/Framework/Interfaces/ILandObject.cs index 585eb00..b7487e8 100644 --- a/OpenSim/Region/Framework/Interfaces/ILandObject.cs +++ b/OpenSim/Region/Framework/Interfaces/ILandObject.cs | |||
@@ -43,7 +43,11 @@ namespace OpenSim.Region.Framework.Interfaces | |||
43 | LandData LandData { get; set; } | 43 | LandData LandData { get; set; } |
44 | bool[,] LandBitmap { get; set; } | 44 | bool[,] LandBitmap { get; set; } |
45 | UUID RegionUUID { get; } | 45 | UUID RegionUUID { get; } |
46 | Vector3 StartPoint { get; } | ||
47 | Vector3 EndPoint { get; } | ||
48 | |||
46 | bool ContainsPoint(int x, int y); | 49 | bool ContainsPoint(int x, int y); |
50 | |||
47 | ILandObject Copy(); | 51 | ILandObject Copy(); |
48 | 52 | ||
49 | void SendLandUpdateToAvatarsOverMe(); | 53 | void SendLandUpdateToAvatarsOverMe(); |