2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-18 00:17:48 +00:00

Add T6 Attachment dumper

This commit is contained in:
Jan
2021-03-07 15:25:58 +01:00
parent b891f9527e
commit 5db7eaeec3
10 changed files with 344 additions and 45 deletions

View File

@@ -1719,6 +1719,13 @@ namespace T6
int customBool2;
};
struct WeaponAttachmentUniqueFull
{
WeaponAttachmentUnique attachment;
const char* szXAnims[88];
uint16_t hideTags[32];
float locationDamageMultipliers[21];
};
struct WeaponCamo
{