Files
DedicatedServerCourse/Source/DedicatedServers/Public/UI/Portal/PortalManager.h
2026-03-22 17:18:22 -04:00

17 lines
315 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "UI/HTTP/HTTPRequestManager.h"
#include "PortalManager.generated.h"
/**
*
*/
UCLASS()
class DEDICATEDSERVERS_API UPortalManager : public UHTTPRequestManager
{
GENERATED_BODY()
};