Just committing this because I want my commit to be on the front page of www.opensimulator.org rather than lbsa71's being there.

This commit is contained in:
MW
2007-07-01 21:45:47 +00:00
parent 2d34caabb9
commit 7f18f494f1
4 changed files with 76 additions and 77 deletions

View File

@@ -16,12 +16,13 @@ namespace OpenSim.Framework.Types
Torus,
Prism,
Scuplted,
Cylinder
Cylinder,
Unknown
}
public class PrimitiveBaseShape
{
private ShapeType type;
private ShapeType type = ShapeType.Unknown;
public byte PCode;
public ushort PathBegin;