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 236bfe7..b8264ba 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -501,6 +501,7 @@ namespace OpenSim.Framework
501 event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; 501 event UpdatePrimSingleRotation OnUpdatePrimSingleRotation;
502 event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; 502 event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation;
503 event UpdateVector OnUpdatePrimScale; 503 event UpdateVector OnUpdatePrimScale;
504 event UpdateVector OnUpdatePrimGroupScale;
504 event StatusChange OnChildAgentStatus; 505 event StatusChange OnChildAgentStatus;
505 event GenericCall2 OnStopMovement; 506 event GenericCall2 OnStopMovement;
506 event Action<LLUUID> OnRemoveAvatar; 507 event Action<LLUUID> OnRemoveAvatar;