Updated libs/xassets/xfxspawndefoneshot.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:31:33 +00:00
parent 0ec4548a6b
commit 51e12e9683

View File

@ -0,0 +1,23 @@
#include "xfxspawndefoneshot.h"
XFxSpawnDefOneShot::XFxSpawnDefOneShot()
: XAsset()
, mCount()
{
}
XFxSpawnDefOneShot::~XFxSpawnDefOneShot()
{
}
void XFxSpawnDefOneShot::Clear()
{
mCount.Clear();
}
void XFxSpawnDefOneShot::ParseData(QDataStream *aStream)
{
}