feat: dump techsets for t6

This commit is contained in:
Jan Laupetin
2025-12-16 11:47:25 +00:00
parent e84f22ddb6
commit 18ccbb9180
19 changed files with 363 additions and 123 deletions
@@ -0,0 +1,9 @@
#pragma once
#include "Dumping/AssetDumpingContext.h"
#include "Techset/CommonTechset.h"
namespace techset
{
void DumpCommonTechnique(const AssetDumpingContext& context, const CommonTechset& techset);
} // namespace techset