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

@@ -865,6 +865,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC
{
}
public virtual void SendBulkUpdateInventory(InventoryFolderBase[] folders, InventoryItemBase[] items)
{
}
public void SendTakeControls(int controls, bool passToAgent, bool TakeControls)
{
}