mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Added "Local" and "Temporary" Fields to the AssetBase class.
This commit is contained in:
@@ -37,6 +37,8 @@ namespace OpenSim.Framework.Types
|
||||
public sbyte InvType;
|
||||
public string Name;
|
||||
public string Description;
|
||||
public bool Local;
|
||||
public bool Temporary;
|
||||
|
||||
public AssetBase()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user