5#include "CoreMinimal.h"
16#pragma region public API
ServerResponseType
ServerResponseType Contains the possible response types that can be reported by the VoxtaApiReponseHa...
Definition ServerResponseType.h:16
ServerResponseBase(ServerResponseType responseType)
Definition ServerResponseBase.h:20
const TArray< FAiCharData > CHARACTERS
The list of AI character data.
Definition ServerResponseCharacterList.h:32
ServerResponseCharacterList(TArray< FAiCharData > characters)
Construct a character list response.
Definition ServerResponseCharacterList.h:23