feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
Showing only changes of commit 0e48faf7a3 - Show all commits

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