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