mantis 9188: add HG assets scan and fetch when droping a item on a prim

This commit is contained in:
UbitUmarov
2025-05-05 21:28:12 +01:00
parent 4dae4e7a4f
commit c9b4d3374f
4 changed files with 56 additions and 40 deletions

View File

@@ -127,6 +127,8 @@ namespace OpenSim.Region.Framework.Interfaces
UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection,
bool RezSelected, bool RemoveItem, UUID fromTaskID, bool attachment);
void FetchRemoteHGItemAssets(UUID OwnerID, InventoryItemBase item);
void TransferInventoryAssets(InventoryItemBase item, UUID sender, UUID receiver);
/// <summary>