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