mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-26 06:37:52 -05:00
Move GDT and info string prefix constants into objconstants file
This commit is contained in:
@ -8,9 +8,6 @@ namespace T6
|
||||
{
|
||||
class AssetDumperWeaponAttachmentUnique final : public AbstractAssetDumper<WeaponAttachmentUnique>
|
||||
{
|
||||
static constexpr const char* FILE_TYPE_STR = "ATTACHMENTUNIQUEFILE";
|
||||
static constexpr const char* GDF_NAME = "attachmentunique.gdf";
|
||||
|
||||
static void CopyToFullDef(const WeaponAttachmentUnique* attachment, WeaponAttachmentUniqueFull* fullDef);
|
||||
static InfoString CreateInfoString(XAssetInfo<WeaponAttachmentUnique>* asset);
|
||||
|
||||
|
Reference in New Issue
Block a user