mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
added a field in SimProfileData for a region texture asset ID
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user