zworld-em/Source/zworld/MMOGameInstance.cpp

11 lines
188 B
C++
Raw Normal View History

2025-05-11 22:07:21 +08:00
// Fill out your copyright notice in the Description page of Project Settings.
#include "MMOGameInstance.h"
void UMMOGameInstance::OnStart()
{
Super::OnStart();
OverrideInitGame();
}