Updated libs/xassets/xfxspawndefoneshot.h

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

View File

@ -0,0 +1,20 @@
#ifndef XFXSPAWNDEFONESHOT_H
#define XFXSPAWNDEFONESHOT_H
#include "xasset.h"
#include "xfxintrange.h"
class XFxSpawnDefOneShot : public XAsset
{
public:
explicit XFxSpawnDefOneShot();
~XFxSpawnDefOneShot();
void Clear() override;
void ParseData(QDataStream *aStream) override;
private:
XFxIntRange mCount;
};
#endif // XFXSPAWNDEFONESHOT_H