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