Files
FNGameProj/Source/FortniteGame/Private/AthenaMatchmakingPlayButtonBase.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
321 B
C++

#include "AthenaMatchmakingPlayButtonBase.h"
void UAthenaMatchmakingPlayButtonBase::HandleCurrentlyViewedAccountInfoChanged(FFortPublicAccountInfo NewInfo) {
}
UAthenaMatchmakingPlayButtonBase::UAthenaMatchmakingPlayButtonBase() {
Mobile_FTUE_In = NULL;
Mobile_FTUE_Idle = NULL;
Mobile_FTUE_Anim = NULL;
}