Add PickInfoReply packet.

Fixes Mantis #3324
This commit is contained in:
Melanie Thielker
2009-03-30 11:51:34 +00:00
parent d468b7f2d3
commit f88d755f96
6 changed files with 41 additions and 0 deletions

View File

@@ -1067,6 +1067,9 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
{
}
#endregion
}
}