GASATHON/Project/Source/Gasa/Game/GasaGameInstance.cpp

9 lines
123 B
C++
Raw Normal View History

#include "GasaGameInstance.h"
void UGasaGameInstance::Init()
{
Super::Init();
DevOptionsCache.CachedDevOptions();
}