mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Make a step on removing direct access to TaskInventoryDictionary from other packages
This commit is contained in:
@@ -69,7 +69,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <value>
|
||||
/// Inventory serial number
|
||||
/// </value>
|
||||
public uint Serial
|
||||
protected internal uint Serial
|
||||
{
|
||||
get { return m_inventorySerial; }
|
||||
set { m_inventorySerial = value; }
|
||||
@@ -78,7 +78,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
/// <value>
|
||||
/// Raw inventory data
|
||||
/// </value>
|
||||
public TaskInventoryDictionary Items
|
||||
protected internal TaskInventoryDictionary Items
|
||||
{
|
||||
get { return m_items; }
|
||||
set { m_items = value; }
|
||||
|
||||
Reference in New Issue
Block a user