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