aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index a9f7fb9..4ce68da 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -109,6 +109,7 @@ namespace OpenSim.Region.Examples.SimpleModule
109 public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation; 109 public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation;
110 public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation; 110 public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation;
111 public event UpdateVector OnUpdatePrimScale; 111 public event UpdateVector OnUpdatePrimScale;
112 public event UpdateVector OnUpdatePrimGroupScale;
112 public event StatusChange OnChildAgentStatus; 113 public event StatusChange OnChildAgentStatus;
113 public event GenericCall2 OnStopMovement; 114 public event GenericCall2 OnStopMovement;
114 public event Action<LLUUID> OnRemoveAvatar; 115 public event Action<LLUUID> OnRemoveAvatar;