// Fill out your copyright notice in the Description page of Project Settings.
#include "UIDataPathLibrary.h"
#include "ProjectT/Data/Paths/BaseDataPathLibrary.h"
namespace UIDataPaths
{
const FString DebugDir = BaseDataPaths::UIDir + "Debug/";
}