GASATHON/Project/Source/Gasa/GasaDevOptions.cpp
2024-04-13 02:31:49 -04:00

18 lines
279 B
C++

#include "GasaDevOptions.h"
#include "GasaDevOptionsCache.h"
namespace Gasa
{
global FName Tag_GlobalPPV;
}
void FGasaDevOptionsCache::CachedDevOptions()
{
using namespace Gasa;
UGasaDevOptions const* DevOs = GetDevOptions();
Tag_GlobalPPV = DevOs->Tag_GlobalPPV;
}