mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Can change the name and description of a prim.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user