[No changes]
This commit is contained in:
parent
38dd74b188
commit
12b4a77f1f
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