LuckyWorld/Source/Luckyrobots/LuckyrobotsGameMode.cpp

10 lines
246 B
C++
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#include "LuckyrobotsGameMode.h"
#include "LuckyrobotsPlayerController.h"
ALuckyrobotsGameMode::ALuckyrobotsGameMode()
{
PlayerControllerClass = ALuckyrobotsPlayerController::StaticClass();
}