aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 6fbab0a..60a66aa 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -219,6 +219,8 @@ namespace OpenSim.Region.Examples.SimpleModule
219 219
220 public event DirPlacesQuery OnDirPlacesQuery; 220 public event DirPlacesQuery OnDirPlacesQuery;
221 221
222 public event MapItemRequest OnMapItemRequest;
223
222 224
223#pragma warning restore 67 225#pragma warning restore 67
224 226
@@ -892,6 +894,10 @@ namespace OpenSim.Region.Examples.SimpleModule
892 { 894 {
893 } 895 }
894 896
897 public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags)
898 {
899 }
900
895 public void KillEndDone() 901 public void KillEndDone()
896 { 902 {
897 } 903 }