10 lines
246 B
C++
10 lines
246 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "LuckyrobotsGameMode.h"
|
|
#include "LuckyrobotsPlayerController.h"
|
|
|
|
ALuckyrobotsGameMode::ALuckyrobotsGameMode()
|
|
{
|
|
PlayerControllerClass = ALuckyrobotsPlayerController::StaticClass();
|
|
}
|