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

13 lines
287 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortMatchAnalytics.h"
#include "FortMatchClientAnalytics.generated.h"
UCLASS(Blueprintable)
class FORTNITEGAME_API UFortMatchClientAnalytics : public UFortMatchAnalytics {
GENERATED_BODY()
public:
UFortMatchClientAnalytics();
};