Files
2026-04-22 15:51:07 +02: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();
};