You've already forked LuckyWorld
Fix Folder Structure
This commit is contained in:
12
Source/Luckyrobots/Private/Lobby/LobbyGameMode.cpp
Normal file
12
Source/Luckyrobots/Private/Lobby/LobbyGameMode.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "Lobby/LobbyGameMode.h"
|
||||
#include "FunctionLibraries/LuckyRobotsFunctionLibrary.h"
|
||||
|
||||
void ALobbyGameMode::BeginPlay()
|
||||
{
|
||||
Super::BeginPlay();
|
||||
|
||||
ULuckyRobotsFunctionLibrary::UpdateQualitySettings(this);
|
||||
}
|
Reference in New Issue
Block a user