aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMW2007-12-01 14:25:46 +0000
committerMW2007-12-01 14:25:46 +0000
commit7bc28e0571947a90e85372df15e87099effa955d (patch)
tree9b9816183ce03b50f963f2c8cf3e81028fb5d7b2 /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
parentPart 1 of a commit. This revision will not compile, part 2 will be added in a... (diff)
downloadopensim-SC_OLD-7bc28e0571947a90e85372df15e87099effa955d.zip
opensim-SC_OLD-7bc28e0571947a90e85372df15e87099effa955d.tar.gz
opensim-SC_OLD-7bc28e0571947a90e85372df15e87099effa955d.tar.bz2
opensim-SC_OLD-7bc28e0571947a90e85372df15e87099effa955d.tar.xz
the fix, so that trunk works again
Diffstat (limited to '')
-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 77a287a..14c4380 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -55,6 +55,7 @@ namespace SimpleApp
55 public event RezObject OnRezObject; 55 public event RezObject OnRezObject;
56 public event ModifyTerrain OnModifyTerrain; 56 public event ModifyTerrain OnModifyTerrain;
57 public event SetAppearance OnSetAppearance; 57 public event SetAppearance OnSetAppearance;
58 public event AvatarNowWearing OnAvatarNowWearing;
58 public event StartAnim OnStartAnim; 59 public event StartAnim OnStartAnim;
59 public event LinkObjects OnLinkObjects; 60 public event LinkObjects OnLinkObjects;
60 public event DelinkObjects OnDelinkObjects; 61 public event DelinkObjects OnDelinkObjects;