mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Add T6 Attachment dumper
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user