This commit is contained in:
Kermalis
2024-11-07 13:06:53 -05:00
parent 8152820e76
commit d96bb4a9aa
13 changed files with 73 additions and 72 deletions

View File

@@ -9,7 +9,7 @@ struct DamageStruct
u8 type;
bool8 isCrit;
u8 unkE;
u8 unkF;
bool8 tookNoDamage;
};
#endif