aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorAdam Frisby2009-08-16 21:21:38 +1000
committerAdam Frisby2009-08-16 21:21:38 +1000
commitaea4d7c63b64ee06e51725acb6d1e48c971b26d8 (patch)
treef2be39d773040ea117f194f2a341e1df0adc2c60 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parent* [MRM] Implements permission checks on IObject implementations in SOPObject.... (diff)
parentAdd copyright headers. Formatting cleanup. (diff)
downloadopensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.zip
opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.gz
opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.bz2
opensim-SC_OLD-aea4d7c63b64ee06e51725acb6d1e48c971b26d8.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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 62779e7..e9c35e9 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -107,6 +107,7 @@ namespace OpenSim.Region.Examples.SimpleModule
107 public event UpdateShape OnUpdatePrimShape; 107 public event UpdateShape OnUpdatePrimShape;
108 public event ObjectExtraParams OnUpdateExtraParams; 108 public event ObjectExtraParams OnUpdateExtraParams;
109 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily; 109 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily;
110 public event ObjectRequest OnObjectRequest;
110 public event ObjectSelect OnObjectSelect; 111 public event ObjectSelect OnObjectSelect;
111 public event GenericCall7 OnObjectDescription; 112 public event GenericCall7 OnObjectDescription;
112 public event GenericCall7 OnObjectName; 113 public event GenericCall7 OnObjectName;