aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index 2d479be..d61d649 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -954,5 +954,9 @@ namespace OpenSim.Region.Examples.SimpleModule
954 public void SendDeclineCallingCard (UUID transactionID) 954 public void SendDeclineCallingCard (UUID transactionID)
955 { 955 {
956 } 956 }
957
958 public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data)
959 {
960 }
957 } 961 }
958} 962}