aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGrid.Framework.Data
diff options
context:
space:
mode:
authormorphw2007-05-20 00:29:26 +0000
committermorphw2007-05-20 00:29:26 +0000
commit8e18a3ae752b14b8381601acba62a835da5886cf (patch)
treebea5b30851c18cafee103d2da8a1e318d0110b21 /OpenGrid.Framework.Data
parentBegun adding the mapping code (diff)
downloadopensim-SC_OLD-8e18a3ae752b14b8381601acba62a835da5886cf.zip
opensim-SC_OLD-8e18a3ae752b14b8381601acba62a835da5886cf.tar.gz
opensim-SC_OLD-8e18a3ae752b14b8381601acba62a835da5886cf.tar.bz2
opensim-SC_OLD-8e18a3ae752b14b8381601acba62a835da5886cf.tar.xz
added a field in SimProfileData for a region texture asset ID
Diffstat (limited to 'OpenGrid.Framework.Data')
-rw-r--r--OpenGrid.Framework.Data/SimProfileData.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/SimProfileData.cs b/OpenGrid.Framework.Data/SimProfileData.cs
index f86fb95..c66610e 100644
--- a/OpenGrid.Framework.Data/SimProfileData.cs
+++ b/OpenGrid.Framework.Data/SimProfileData.cs
@@ -75,5 +75,10 @@ namespace OpenGrid.Framework.Data
75 public string regionUserURI = ""; 75 public string regionUserURI = "";
76 public string regionUserSendKey = ""; 76 public string regionUserSendKey = "";
77 public string regionUserRecvKey = ""; 77 public string regionUserRecvKey = "";
78
79 /// <summary>
80 /// Region Map Texture Asset
81 /// </summary>
82 public libsecondlife.LLUUID regionMapTextureID = new libsecondlife.LLUUID("00000000-0000-0000-9999-000000000006");
78 } 83 }
79} 84}