2026-03-31 07:42:56 -04:00
|
|
|
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "UI/Portal/PortalManager.h"
|
2026-03-31 08:15:28 -04:00
|
|
|
|
|
|
|
|
void UPortalManager::JoinGameSession()
|
|
|
|
|
{
|
|
|
|
|
BroadcastJoinGameSessionMessage.Broadcast(TEXT("Searching for Game Session..."));
|
|
|
|
|
}
|