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

@@ -817,6 +817,10 @@ namespace OpenSim.Tests.Common
{
}
public virtual void SendBulkUpdateInventory(InventoryFolderBase[] folders, InventoryItemBase[] items)
{
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
{
}