2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-05 00:07:25 +00:00

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 = "ATTACHMENTFILE";
static constexpr const char* GDF_NAME = "attachment.gdf";
static cspField_t attachment_fields[];
static InfoString CreateInfoString(XAssetInfo<WeaponAttachment>* asset);