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

7 lines
117 B
C++

#include "FortNotificationLevelUp.h"
FFortNotificationLevelUp::FFortNotificationLevelUp() {
this->Level = 0;
}