diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-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 a6e2c03..5151bf0 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -1170,5 +1170,9 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
1170 | public void StopFlying(ISceneEntity presence) | 1170 | public void StopFlying(ISceneEntity presence) |
1171 | { | 1171 | { |
1172 | } | 1172 | } |
1173 | |||
1174 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | ||
1175 | { | ||
1176 | } | ||
1173 | } | 1177 | } |
1174 | } | 1178 | } |