Added some comments. Better than listening to the boring speaker...

This commit is contained in:
Diva Canto
2010-12-01 16:01:22 -08:00
parent f3835fe15c
commit 7d24dbca3c
4 changed files with 28 additions and 1 deletions

View File

@@ -449,7 +449,10 @@ namespace OpenSim.Region.Framework.Scenes
}
}
public string CreatorData // = <profile url>;<name>
/// <summary>
/// Data about the creator in the form profile_url;name
/// </summary>
public string CreatorData
{
get { return m_creatorData; }
set { m_creatorData = value; }