Updated libs/xassets/xfxspawndefoneshot.cpp
This commit is contained in:
parent
0ec4548a6b
commit
51e12e9683
23
libs/xassets/xfxspawndefoneshot.cpp
Normal file
23
libs/xassets/xfxspawndefoneshot.cpp
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#include "xfxspawndefoneshot.h"
|
||||||
|
|
||||||
|
XFxSpawnDefOneShot::XFxSpawnDefOneShot()
|
||||||
|
: XAsset()
|
||||||
|
, mCount()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XFxSpawnDefOneShot::~XFxSpawnDefOneShot()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxSpawnDefOneShot::Clear()
|
||||||
|
{
|
||||||
|
mCount.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxSpawnDefOneShot::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user