mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
18 lines
509 B
C++
18 lines
509 B
C++
#include "AthenaProfileStatContext.h"
|
|
|
|
TArray<UAthenaMatchStatView*> UAthenaProfileStatContext::CreateMatchViews(const TArray<FAthenaMatchStats>& InRecentMatches) {
|
|
return TArray<UAthenaMatchStatView*>();
|
|
}
|
|
|
|
UAthenaMatchSetStatView* UAthenaProfileStatContext::CreateMatchStatView(UAthenaSeasonStats* StatSet, FName Bucket) {
|
|
return NULL;
|
|
}
|
|
|
|
UAthenaMatchStatView* UAthenaProfileStatContext::CreateCurrentMatchStatView() {
|
|
return NULL;
|
|
}
|
|
|
|
UAthenaProfileStatContext::UAthenaProfileStatContext() {
|
|
}
|
|
|