diff options
Diffstat (limited to 'OpenGrid.Framework.Data/SimProfileData.cs')
-rw-r--r-- | OpenGrid.Framework.Data/SimProfileData.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenGrid.Framework.Data/SimProfileData.cs b/OpenGrid.Framework.Data/SimProfileData.cs index 4cc9982..d5a5392 100644 --- a/OpenGrid.Framework.Data/SimProfileData.cs +++ b/OpenGrid.Framework.Data/SimProfileData.cs | |||
@@ -62,10 +62,16 @@ namespace OpenGrid.Framework.Data | |||
62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> | 62 | /// <remarks>Used for floating sim pools where the region data is not nessecarily coupled to a specific server</remarks> |
63 | public string regionDataURI; | 63 | public string regionDataURI; |
64 | 64 | ||
65 | /// <summary> | ||
66 | /// Region Asset Details | ||
67 | /// </summary> | ||
65 | public string regionAssetURI; | 68 | public string regionAssetURI; |
66 | public string regionAssetSendKey; | 69 | public string regionAssetSendKey; |
67 | public string regionAssetRecvKey; | 70 | public string regionAssetRecvKey; |
68 | 71 | ||
72 | /// <summary> | ||
73 | /// Region Userserver Details | ||
74 | /// </summary> | ||
69 | public string regionUserURI; | 75 | public string regionUserURI; |
70 | public string regionUserSendKey; | 76 | public string regionUserSendKey; |
71 | public string regionUserRecvKey; | 77 | public string regionUserRecvKey; |