Updated libs/xassets/xfxspawndeflooping.h

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

View File

@ -0,0 +1,22 @@
#ifndef XFXSPAWNDEFLOOPING_H
#define XFXSPAWNDEFLOOPING_H
#include "xasset.h"
#include <QVector2D>
class XFxSpawnDefLooping : public XAsset
{
public:
explicit XFxSpawnDefLooping();
~XFxSpawnDefLooping();
void Clear() override;
void ParseData(QDataStream *aStream) override;
private:
int mIntervalMsec;
int mCount;
};
#endif // XFXSPAWNDEFLOOPING_H