Add ParcelImageID to RegionSettings so we can have that overlay.

Warning: Contains a Migration.
Warning: May contain nuts.
This commit is contained in:
Melanie
2012-01-30 16:22:21 +00:00
parent 5e60afe5ed
commit 3de534896e
3 changed files with 18 additions and 2 deletions

View File

@@ -373,6 +373,14 @@ namespace OpenSim.Framework
set { m_SunVector = value; }
}
private UUID m_ParcelImageID;
public UUID ParcelImageID
{
get { return m_ParcelImageID; }
set { m_ParcelImageID = value; }
}
private UUID m_TerrainImageID;
public UUID TerrainImageID