aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index cda8a1b..6732d59 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -707,6 +707,12 @@ namespace OpenSim.Framework
707 707
708 UUID AgentId { get; } 708 UUID AgentId { get; }
709 709
710 /// <summary>
711 /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it
712 /// is connected).
713 /// </summary>
714 ISceneAgent SceneAgent { get; }
715
710 UUID SessionId { get; } 716 UUID SessionId { get; }
711 717
712 UUID SecureSessionId { get; } 718 UUID SecureSessionId { get; }