Files
FNGameProj/Source/FortniteUI/Public/AthenaPlayerViewModel.h
2024-01-21 00:41:14 +01:00

13 lines
273 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortPlayerViewModel.h"
#include "AthenaPlayerViewModel.generated.h"
UCLASS(Abstract, Blueprintable)
class UAthenaPlayerViewModel : public UFortPlayerViewModel {
GENERATED_BODY()
public:
UAthenaPlayerViewModel();
};