aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 8b1a982..b395f39 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -707,6 +707,7 @@ namespace OpenSim.Framework
707 public interface IClientAPI 707 public interface IClientAPI
708 { 708 {
709 Vector3 StartPos { get; set; } 709 Vector3 StartPos { get; set; }
710 float StartFar { get; set; }
710 711
711 UUID AgentId { get; } 712 UUID AgentId { get; }
712 713