diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 44ad400..8317fcc 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -968,6 +968,18 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
968 | { | 968 | { |
969 | } | 969 | } |
970 | 970 | ||
971 | public void SendJoinGroupReply(UUID groupID, bool success) | ||
972 | { | ||
973 | } | ||
974 | |||
975 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool succss) | ||
976 | { | ||
977 | } | ||
978 | |||
979 | public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success) | ||
980 | { | ||
981 | } | ||
982 | |||
971 | public void SendTerminateFriend(UUID exFriendID) | 983 | public void SendTerminateFriend(UUID exFriendID) |
972 | { | 984 | { |
973 | } | 985 | } |