LEAP Documentation 40220
Documentation for the LEAP project
ProjectXLocalPlayer.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Engine/LocalPlayer.h"
7#include "ProjectXLocalPlayer.generated.h"
8
12UCLASS()
13class PROJECTX_API UProjectXLocalPlayer : public ULocalPlayer
14{
15 GENERATED_UCLASS_BODY()
16};
Definition: ProjectXLocalPlayer.h:14