Updated libs/xassets/xfxspawndefoneshot.h
This commit is contained in:
parent
51e12e9683
commit
0e48faf7a3
20
libs/xassets/xfxspawndefoneshot.h
Normal file
20
libs/xassets/xfxspawndefoneshot.h
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user