feature/test #9
22
libs/xassets/xdynentityclient.h
Normal file
22
libs/xassets/xdynentityclient.h
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
#ifndef XDYNENTITYCLIENT_H
|
||||||
|
#define XDYNENTITYCLIENT_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
class XDynEntityClient : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XDynEntityClient();
|
||||||
|
~XDynEntityClient();
|
||||||
|
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
int mPhysObjId;
|
||||||
|
quint16 mFlags;
|
||||||
|
quint16 mLightingHandle;
|
||||||
|
int mHealth;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XDYNENTITYCLIENT_H
|
||||||
Loading…
x
Reference in New Issue
Block a user