diff options
-rw-r--r-- | OpenSim.Framework/SimProfileBase.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim.Framework/SimProfileBase.cs b/OpenSim.Framework/SimProfileBase.cs index cea21f0..30e2e0f 100644 --- a/OpenSim.Framework/SimProfileBase.cs +++ b/OpenSim.Framework/SimProfileBase.cs | |||
@@ -5,9 +5,7 @@ using libsecondlife; | |||
5 | 5 | ||
6 | namespace OpenSim.Framework.Sims | 6 | namespace OpenSim.Framework.Sims |
7 | { | 7 | { |
8 | /// <summary> | 8 | [System.Obsolete("Depreciated, use SimProfileData instead")] |
9 | /// Depreciated | ||
10 | /// </summary> | ||
11 | public class SimProfileBase | 9 | public class SimProfileBase |
12 | { | 10 | { |
13 | public LLUUID UUID; | 11 | public LLUUID UUID; |