added a field in SimProfileData for a region texture asset ID
parent
3bca4cd5b1
commit
8e18a3ae75
|
@ -75,5 +75,10 @@ namespace OpenGrid.Framework.Data
|
|||
public string regionUserURI = "";
|
||||
public string regionUserSendKey = "";
|
||||
public string regionUserRecvKey = "";
|
||||
|
||||
/// <summary>
|
||||
/// Region Map Texture Asset
|
||||
/// </summary>
|
||||
public libsecondlife.LLUUID regionMapTextureID = new libsecondlife.LLUUID("00000000-0000-0000-9999-000000000006");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue