mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Thank you, Fly-Man, for a patch that adds the stub to handle the
avatar interests update.
This commit is contained in:
@@ -439,6 +439,7 @@ namespace OpenSim.Framework
|
||||
public delegate void PickInfoUpdate(IClientAPI client, UUID pickID, UUID creatorID, bool topPick, string name, string desc, UUID snapshotID, int sortOrder, bool enabled);
|
||||
public delegate void AvatarNotesUpdate(IClientAPI client, UUID targetID, string notes);
|
||||
public delegate void MuteListRequest(IClientAPI client, uint muteCRC);
|
||||
public delegate void AvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages);
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user