mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
thanks lkalif for Mantis #4676 - a patch that adds support for inventory links
Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
This commit is contained in:
@@ -291,6 +291,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event Action<UUID> OnRemoveAvatar = delegate { };
|
||||
public event ObjectPermissions OnObjectPermissions = delegate { };
|
||||
public event CreateNewInventoryItem OnCreateNewInventoryItem = delegate { };
|
||||
public event LinkInventoryItem OnLinkInventoryItem = delegate { };
|
||||
public event CreateInventoryFolder OnCreateNewInventoryFolder = delegate { };
|
||||
public event UpdateInventoryFolder OnUpdateInventoryFolder = delegate { };
|
||||
public event MoveInventoryFolder OnMoveInventoryFolder = delegate { };
|
||||
|
||||
Reference in New Issue
Block a user