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 = "ZBARRIER";
static constexpr const char* GDF_NAME = "zbarrier.gdf";
static cspField_t zbarrier_fields[];
static InfoString CreateInfoString(XAssetInfo<ZBarrierDef>* asset);