another..

This commit is contained in:
UbitUmarov
2020-08-26 16:09:12 +01:00
parent 088a778853
commit 7dc50c93b8
5 changed files with 39 additions and 36 deletions

View File

@@ -1210,6 +1210,7 @@ namespace OpenSim.Framework
void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId);
void SendRemoveInventoryItem(UUID itemID);
void SendRemoveInventoryItems(UUID[] items);
void SendTakeControls(int controls, bool passToAgent, bool TakeControls);