mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Added some comments. Better than listening to the boring speaker...
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user