[General] Add mDeathAnimationFinished to mwmp::SimpleCreatureStats

This commit is contained in:
David Cernat 2019-12-06 20:59:43 +02:00
parent 7dd03798e7
commit 9b8818687d

View File

@ -133,6 +133,7 @@ namespace mwmp
{
ESM::StatState<float> mDynamic[3];
bool mDead;
bool mDeathAnimationFinished;
};
}