aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-14 03:44:27 +0000
committerMelanie Thielker2009-04-14 03:44:27 +0000
commita0417f57913735a032270cb8ce89f7a3744f4da9 (patch)
treea64de699956ee69b31e4d705660a177f9e3edf12 /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parentAdd the RegionLoaded(Scene) API to the new region module interface to allow (diff)
downloadopensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.zip
opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.gz
opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.bz2
opensim-SC_OLD-a0417f57913735a032270cb8ce89f7a3744f4da9.tar.xz
Thank you, Fly-Man, for a patch that adds the stub to handle the
avatar interests update.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 26839f3..a6e55f4 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -266,6 +266,8 @@ namespace OpenSim.Region.Examples.SimpleModule
266 266
267 public event MuteListRequest OnMuteListRequest; 267 public event MuteListRequest OnMuteListRequest;
268 268
269 public event AvatarInterestUpdate OnAvatarInterestUpdate;
270
269#pragma warning restore 67 271#pragma warning restore 67
270 272
271 private UUID myID = UUID.Random(); 273 private UUID myID = UUID.Random();