mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
made QueItem a nested class in SimClient.
This commit is contained in:
@@ -1015,5 +1015,15 @@ namespace OpenSim
|
||||
m_assetCache.AddAsset(asset);
|
||||
m_inventoryCache.AddNewInventoryItem(this, packet.InventoryBlock.FolderID, asset);
|
||||
}
|
||||
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user