diff options
Diffstat (limited to 'OpenGrid.Framework.Data/SimProfileData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/SimProfileData.cs | 5 |
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 | } |