2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 08:27:43 +00:00

CScriptActor & CDamageVulnerability inspect

This commit is contained in:
2021-05-29 08:18:33 -04:00
parent 53aabceae2
commit 1d95301789
4 changed files with 88 additions and 10 deletions

View File

@@ -27,6 +27,10 @@ protected:
bool x2e2_31_materialFlag54 : 1;
bool x2e3_24_isPlayerActor : 1 = false;
#if ENABLE_IMGUI
bool m_editingDamageVulnerability = false;
#endif
public:
DEFINE_ENTITY
CScriptActor(TUniqueId uid, std::string_view name, const CEntityInfo& info, const zeus::CTransform& xf,