// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "ProjectT/System/Core/GameModes/CorePlayerController.h" #include "SPPlayerController.generated.h" /** * */ UCLASS() class PROJECTT_API ASPPlayerController : public ACorePlayerController { GENERATED_BODY() };