Can change the name and description of a prim.

This commit is contained in:
MW
2007-07-01 18:33:44 +00:00
parent 9800c05c1b
commit 54ef77f0fd
10 changed files with 112 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ namespace OpenSim.Region.Environment.Scenes
public virtual string Name
{
get { return m_name; }
set { m_name = value; }
}
protected LLVector3 m_pos;