Updated libs/xassets/xgfxstaticmodelinst.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:34:49 +00:00
parent efd06290d8
commit 08b6e1d6d9

View File

@ -0,0 +1,25 @@
#include "xgfxstaticmodelinst.h"
XGfxStaticModelInst::XGfxStaticModelInst()
: XAsset()
, mMins()
, mMaxs()
, mGroundLighting()
{
}
XGfxStaticModelInst::~XGfxStaticModelInst()
{
}
void XGfxStaticModelInst::ParseData(QDataStream *aStream)
{
}
void XGfxStaticModelInst::Clear()
{
}