// Project Lab - NHTV Igad
#include "UnrealProject.h"
#include "StartPromptScreen.h"
void UStartPromptScreen::Close()
{
onClosed.Broadcast();
OnClose();
}