9 lines
123 B
C++
9 lines
123 B
C++
|
#include "GasaGameInstance.h"
|
|||
|
|
|||
|
void UGasaGameInstance::Init()
|
|||
|
{
|
|||
|
Super::Init();
|
|||
|
|
|||
|
DevOptionsCache.CachedDevOptions();
|
|||
|
}
|