11 lines
188 B
C++
11 lines
188 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "MMOGameInstance.h"
|
|
|
|
void UMMOGameInstance::OnStart()
|
|
{
|
|
Super::OnStart();
|
|
OverrideInitGame();
|
|
}
|