added database to store metadata

This commit is contained in:
2025-04-10 19:56:35 +05:00
parent c4af1f31e8
commit d7dcd7afc9
15 changed files with 278 additions and 153 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace ParadoxSaveParser.WebAPI;
public enum Game
{
Unknown,
EU4
}