Updated libs/xassets/xfxspawndeflooping.h
This commit is contained in:
parent
c72d51ad1e
commit
0ec4548a6b
22
libs/xassets/xfxspawndeflooping.h
Normal file
22
libs/xassets/xfxspawndeflooping.h
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user