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

7 lines
124 B
C++

#include "NotificationUISettings.h"
FNotificationUISettings::FNotificationUISettings() {
this->DisplayTime = 0.00f;
}