Refactor d_a_am2 to use composition

This commit is contained in:
LagoLunatic
2025-07-18 16:51:09 -04:00
parent 2e27a30ebd
commit aa2c00cae2
2 changed files with 245 additions and 231 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
#include "c/c_damagereaction.h"
#include "SSystem/SComponent/c_phase.h"
class am2_class : public fopEn_enemy_c {
public:
struct am2_class {
/* 0x000 */ fopEn_enemy_c actor;
/* 0x2AC */ request_of_phase_process_class mPhase;
/* 0x2B4 */ JntHit_c* mEyeJntHit;
/* 0x2B8 */ mDoExt_McaMorf* mpMorf;