[No changes]

This commit is contained in:
RedLine AI Agent 2025-09-05 21:25:12 +00:00
parent 6ef4fe82da
commit c1e9b308a1

View File

@ -0,0 +1,37 @@
#include "xdynentitydef.h"
XDynEntityDef::XDynEntityDef()
: XAsset()
, mType()
, mPose()
, mModelPtr(0)
, mModel()
, mBrushModel(0)
, mPhysicsBrushModel(0)
, mBestroyFxPtr(0)
, mDestroyFx()
, mDestroyPiecesPtr(0)
, mDestroyPieces()
, mPhysPresetPtr(0)
, mPhysPreset()
, mHealth(0)
, mMass()
, mContents(0)
{
}
XDynEntityDef::~XDynEntityDef()
{
}
void XDynEntityDef::ParseData(QDataStream *aStream)
{
}
void XDynEntityDef::Clear()
{
}