--- trunk/ModularRex/RexBot/GenericNpcCharacter.cs 2009/04/14 05:16:42 109 +++ trunk/ModularRex/RexBot/GenericNpcCharacter.cs 2009/04/21 06:30:56 116 @@ -248,6 +248,19 @@ public event UpdateUserInfo OnUpdateUserInfo; public event RetrieveInstantMessages OnRetrieveInstantMessages; + public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; + public event SpinStart OnSpinStart; + public event SpinStop OnSpinStop; + public event SpinObject OnSpinUpdate; + public event ParcelDeedToGroup OnParcelDeedToGroup; + + public event AvatarNotesUpdate OnAvatarNotesUpdate; + public event MuteListRequest OnMuteListRequest; + public event PickDelete OnPickDelete; + public event PickGodDelete OnPickGodDelete; + public event PickInfoUpdate OnPickInfoUpdate; + + public event PlacesQuery OnPlacesQuery; #pragma warning restore 67 @@ -1014,16 +1027,6 @@ { } - public event AvatarNotesUpdate OnAvatarNotesUpdate; - - public event MuteListRequest OnMuteListRequest; - - public event PickDelete OnPickDelete; - - public event PickGodDelete OnPickGodDelete; - - public event PickInfoUpdate OnPickInfoUpdate; - public void SendCoarseLocationUpdate(List users, List CoarseLocations) { } @@ -1051,14 +1054,10 @@ public void SendCloudData(float[] cloudCover) { } - - public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; - public event SpinStart OnSpinStart; - - public event SpinStop OnSpinStop; - - public event SpinObject OnSpinUpdate; + public void SendLandObjectOwners(LandData land, List groups, Dictionary ownersAndCount) + { + } #endregion }