diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index ccb4d11..09b0065 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -35,6 +35,7 @@ namespace SimpleApp | |||
35 | public event RequestMapBlocks OnRequestMapBlocks; | 35 | public event RequestMapBlocks OnRequestMapBlocks; |
36 | public event TeleportLocationRequest OnTeleportLocationRequest; | 36 | public event TeleportLocationRequest OnTeleportLocationRequest; |
37 | public event DisconnectUser OnDisconnectUser; | 37 | public event DisconnectUser OnDisconnectUser; |
38 | public event RequestAvatarProperties OnRequestAvatarProperties; | ||
38 | 39 | ||
39 | public event GenericCall4 OnDeRezObject; | 40 | public event GenericCall4 OnDeRezObject; |
40 | public event GenericCall OnRegionHandShakeReply; | 41 | public event GenericCall OnRegionHandShakeReply; |
@@ -216,5 +217,6 @@ namespace SimpleApp | |||
216 | } | 217 | } |
217 | 218 | ||
218 | public void SendViewerTime(int phase) { } | 219 | public void SendViewerTime(int phase) { } |
220 | public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID) { } | ||
219 | } | 221 | } |
220 | } | 222 | } |