mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
11 lines
276 B
C++
11 lines
276 B
C++
#include "FortPlayerSurveyStatsPrecacher.h"
|
|
|
|
void UFortPlayerSurveyStatsPrecacher::HandleGamePhaseChanged(EAthenaGamePhase GamePhase) {
|
|
}
|
|
|
|
UFortPlayerSurveyStatsPrecacher::UFortPlayerSurveyStatsPrecacher() {
|
|
this->GameInstance = NULL;
|
|
this->GameStateAthena = NULL;
|
|
}
|
|
|