mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Adds SendAvatarInterestsUpdate to IClientAPI
Thank you, Fly-Man
This commit is contained in:
@@ -402,6 +402,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event PickInfoUpdate OnPickInfoUpdate = delegate { };
|
||||
public event AvatarNotesUpdate OnAvatarNotesUpdate = delegate { };
|
||||
public event MuteListRequest OnMuteListRequest = delegate { };
|
||||
public event AvatarInterestUpdate OnAvatarInterestUpdate = delegate { };
|
||||
public event PlacesQuery OnPlacesQuery = delegate { };
|
||||
|
||||
|
||||
@@ -1118,6 +1119,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public void SendAvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public void SendParcelDwellReply(int localID, UUID parcelID, float dwell)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user