mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 00:46:29 -04:00
Refactor d_a_am to use composition instead of inheritance
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user