mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
22 lines
563 B
C++
22 lines
563 B
C++
#include "AthenaSpectateMatchModalBase.h"
|
|
|
|
void UAthenaSpectateMatchModalBase::JoinGameSession(const FString& GameSessionIdStr) const {
|
|
}
|
|
|
|
void UAthenaSpectateMatchModalBase::JoinFriendSession(const FString& FriendName) const {
|
|
}
|
|
|
|
bool UAthenaSpectateMatchModalBase::IsGameSessionString(const FString& String) const {
|
|
return false;
|
|
}
|
|
|
|
void UAthenaSpectateMatchModalBase::GetFriendNames(TArray<FString>& FriendNames) const {
|
|
}
|
|
|
|
void UAthenaSpectateMatchModalBase::BuildFriendNameIdMap() {
|
|
}
|
|
|
|
UAthenaSpectateMatchModalBase::UAthenaSpectateMatchModalBase() {
|
|
}
|
|
|