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

@@ -34,7 +34,7 @@ using libsecondlife;
namespace OpenSim.Region.Environment.Scenes
{
public abstract class Entity :EntityBase //will be phased out
public abstract class Entity :EntityBase //this class (Entity) will be phased out
{
protected PhysicsActor _physActor;