diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 672e34b..1a8f808 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -642,5 +642,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
642 | public void sendEstateCovenantInformation() | 642 | public void sendEstateCovenantInformation() |
643 | { | 643 | { |
644 | } | 644 | } |
645 | public void sendDetailedEstateData(LLUUID invoice) | ||
646 | { | ||
647 | } | ||
645 | } | 648 | } |
646 | } | 649 | } |