mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
refactoring primitive base shape to use properties
This commit is contained in:
@@ -74,11 +74,10 @@
|
||||
<column name="SitTargetOrientZ" />
|
||||
<column name="SitTargetOrientW" />
|
||||
</property>
|
||||
</class>
|
||||
|
||||
<class name="PrimShape" type="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework">
|
||||
<property name="
|
||||
</class>
|
||||
|
||||
<class name="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework" table="PrimShapes" lazy="false">
|
||||
<id name="UUID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
|
||||
<generator class="assigned" />
|
||||
</id>
|
||||
</class>
|
||||
</hibernate-mapping>
|
||||
Reference in New Issue
Block a user