XPlor/libs/xassets/xfxspawndefoneshot.h
2025-09-10 21:58:26 -04:00

21 lines
386 B
C++

#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(XDataStream *aStream) override;
private:
XFxIntRange mCount;
};
#endif // XFXSPAWNDEFONESHOT_H