diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index b5ab1ac..89b3bf6 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -991,5 +991,15 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
991 | public void SendTerminateFriend(UUID exFriendID) | 991 | public void SendTerminateFriend(UUID exFriendID) |
992 | { | 992 | { |
993 | } | 993 | } |
994 | |||
995 | #region IClientAPI Members | ||
996 | |||
997 | |||
998 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) | ||
999 | { | ||
1000 | throw new NotImplementedException(); | ||
1001 | } | ||
1002 | |||
1003 | #endregion | ||
994 | } | 1004 | } |
995 | } | 1005 | } |