10 lines
260 B
C++
10 lines
260 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "UI/APITest/APITestManager.h"
|
|
|
|
void UAPITestManager::ListFleetsButtonClicked()
|
|
{
|
|
GEngine->AddOnScreenDebugMessage(-1, 5.f, FColor::Red, "List Fleets Button Clicked");
|
|
}
|