mirror of
https://github.com/opensim/opensim.git
synced 2026-06-29 10:35:40 +08:00
* Change SendBulkUpdateInventory from two methods to one which accepts an InventoryNode
This commit is contained in:
@@ -548,13 +548,9 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
/// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see>
|
||||
public virtual void SendBulkUpdateInventory(InventoryItemBase item)
|
||||
public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
|
||||
{
|
||||
}
|
||||
|
||||
public void SendBulkUpdateInventory(InventoryFolderBase folderBase)
|
||||
{}
|
||||
|
||||
public UUID GetDefaultAnimation(string name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user