add another thing ot iclient

This commit is contained in:
UbitUmarov
2020-08-26 15:12:31 +01:00
parent 1cbf5842a2
commit e7621244c1
4 changed files with 12 additions and 0 deletions

View File

@@ -1225,6 +1225,7 @@ namespace OpenSim.Framework
///
/// <param name="node"></param>
void SendBulkUpdateInventory(InventoryNodeBase node, UUID? transactionID = null);
void SendBulkUpdateInventory(InventoryFolderBase[] folders, InventoryItemBase[] items);
void SendXferPacket(ulong xferID, uint packet,
byte[] XferData, int XferDataOffset, int XferDatapktLen, bool isTaskInventory);