chore: save shared modman info in context

This commit is contained in:
Jan Laupetin
2025-10-11 19:04:45 +01:00
parent 9845b0a889
commit 219f0c1c85
7 changed files with 68 additions and 64 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "ModManContext.h"
ModManContext& ModManContext::Get()
{
static ModManContext context;
return context;
}