aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetBase.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/AssetBase.cs')
-rw-r--r--OpenSim/Framework/AssetBase.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/AssetBase.cs b/OpenSim/Framework/AssetBase.cs
index 5435a43..2b37daa 100644
--- a/OpenSim/Framework/AssetBase.cs
+++ b/OpenSim/Framework/AssetBase.cs
@@ -76,6 +76,9 @@ namespace OpenSim.Framework
76 set { _type = value; } 76 set { _type = value; }
77 } 77 }
78 78
79 /// <summary>
80 /// PLEASE DON'T USE ME. I'm probably going away soon.
81 /// </summary>
79 public virtual sbyte InvType 82 public virtual sbyte InvType
80 { 83 {
81 get { return _invtype; } 84 get { return _invtype; }