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

13 lines
315 B
C++

#pragma once
#include "CoreMinimal.h"
#include "FortClientBotManager.h"
#include "FortClientBotManagerMemoryReport.generated.h"
UCLASS(Blueprintable)
class FORTNITEGAME_API UFortClientBotManagerMemoryReport : public UFortClientBotManager {
GENERATED_BODY()
public:
UFortClientBotManagerMemoryReport();
};