| 248 |
public event UpdateUserInfo OnUpdateUserInfo; |
public event UpdateUserInfo OnUpdateUserInfo; |
| 249 |
|
|
| 250 |
public event RetrieveInstantMessages OnRetrieveInstantMessages; |
public event RetrieveInstantMessages OnRetrieveInstantMessages; |
| 251 |
|
public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; |
| 252 |
|
public event SpinStart OnSpinStart; |
| 253 |
|
public event SpinStop OnSpinStop; |
| 254 |
|
public event SpinObject OnSpinUpdate; |
| 255 |
|
public event ParcelDeedToGroup OnParcelDeedToGroup; |
| 256 |
|
|
| 257 |
|
public event AvatarNotesUpdate OnAvatarNotesUpdate; |
| 258 |
|
public event MuteListRequest OnMuteListRequest; |
| 259 |
|
public event PickDelete OnPickDelete; |
| 260 |
|
public event PickGodDelete OnPickGodDelete; |
| 261 |
|
public event PickInfoUpdate OnPickInfoUpdate; |
| 262 |
|
|
| 263 |
#pragma warning restore 67 |
#pragma warning restore 67 |
| 264 |
|
|
| 1025 |
{ |
{ |
| 1026 |
} |
} |
| 1027 |
|
|
|
public event AvatarNotesUpdate OnAvatarNotesUpdate; |
|
|
|
|
|
public event MuteListRequest OnMuteListRequest; |
|
|
|
|
|
public event PickDelete OnPickDelete; |
|
|
|
|
|
public event PickGodDelete OnPickGodDelete; |
|
|
|
|
|
public event PickInfoUpdate OnPickInfoUpdate; |
|
|
|
|
| 1028 |
public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
| 1029 |
{ |
{ |
| 1030 |
} |
} |
| 1053 |
{ |
{ |
| 1054 |
} |
} |
| 1055 |
|
|
| 1056 |
public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv; |
public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
| 1057 |
|
{ |
| 1058 |
public event SpinStart OnSpinStart; |
} |
|
|
|
|
public event SpinStop OnSpinStop; |
|
|
|
|
|
public event SpinObject OnSpinUpdate; |
|
| 1059 |
|
|
| 1060 |
#endregion |
#endregion |
| 1061 |
} |
} |