Added "Local" and "Temporary" Fields to the AssetBase class.

This commit is contained in:
MW
2007-09-05 12:00:44 +00:00
parent 60b3b7f5e7
commit 4efc75eb66
2 changed files with 3 additions and 1 deletions

View File

@@ -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()
{