mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Plumb the profile reply packets for picks, classifieds and notes
This commit is contained in:
@@ -1024,6 +1024,23 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAgentDropGroup(UUID groupID)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAvatarNotesReply(UUID targetID, string text)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user