Refactor d_a_am to use composition instead of inheritance

This commit is contained in:
LagoLunatic
2025-07-18 12:50:49 -04:00
parent 67259edeeb
commit 2e27a30ebd
2 changed files with 244 additions and 228 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
#include "c/c_damagereaction.h"
#include "SSystem/SComponent/c_phase.h"
class am_class : public fopEn_enemy_c {
public:
struct am_class {
/* 0x0000 */ fopEn_enemy_c actor;
/* 0x02AC */ request_of_phase_process_class mPhase;
/* 0x02B4 */ JntHit_c* mEyeJntHit;
/* 0x02B8 */ mDoExt_McaMorf* mpMorf;
+242 -226
View File
File diff suppressed because it is too large Load Diff