Files
FNGameProj/Source/FortniteUI/Private/AthenaFPSBase.cpp
2024-01-21 00:41:14 +01:00

7 lines
88 B
C++

#include "AthenaFPSBase.h"
UAthenaFPSBase::UAthenaFPSBase() {
this->FPS = NULL;
}