Add T6 attachment unique dumper

This commit is contained in:
Jan
2021-03-07 17:51:02 +01:00
parent 7e9dfe9127
commit 39a1485be6
3 changed files with 369 additions and 2 deletions

View File

@ -12,7 +12,7 @@ namespace T6
static constexpr const char* GDF_NAME = "attachmentunique.gdf";
static cspField_t attachment_unique_fields[];
static void CopyToFullDef(const WeaponAttachmentUnique* weapon, WeaponAttachmentUniqueFull* fullDef);
static void CopyToFullDef(const WeaponAttachmentUnique* attachment, WeaponAttachmentUniqueFull* fullDef);
static InfoString CreateInfoString(XAssetInfo<WeaponAttachmentUnique>* asset);
protected: