diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 9828d68..803eeb4 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1053,6 +1053,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1053 | { | 1053 | { |
1054 | } | 1054 | } |
1055 | 1055 | ||
1056 | public void SendCreateGroupReply(UUID groupID, bool success, string message) | ||
1057 | { | ||
1058 | } | ||
1059 | |||
1056 | #endregion | 1060 | #endregion |
1057 | } | 1061 | } |
1058 | } | 1062 | } |