aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index 61402be..07d43b8 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -83,6 +83,7 @@ namespace SimpleApp
83 83
84 public event UpdateShape OnUpdatePrimShape; 84 public event UpdateShape OnUpdatePrimShape;
85 public event ObjectExtraParams OnUpdateExtraParams; 85 public event ObjectExtraParams OnUpdateExtraParams;
86 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily;
86 public event ObjectSelect OnObjectSelect; 87 public event ObjectSelect OnObjectSelect;
87 public event GenericCall7 OnObjectDescription; 88 public event GenericCall7 OnObjectDescription;
88 public event GenericCall7 OnObjectName; 89 public event GenericCall7 OnObjectName;