Move fields and string arrays for info string assets to common component

This commit is contained in:
Jan
2021-03-24 15:50:36 +01:00
parent abcce11b00
commit 2d97185c8f
26 changed files with 2551 additions and 2512 deletions

View File

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