mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
10 lines
261 B
C++
10 lines
261 B
C++
#include "LocalNotificationData.h"
|
|
|
|
FLocalNotificationData::FLocalNotificationData() {
|
|
this->Enable = false;
|
|
this->Type = ELocalNotificationType::SpecificDateTime;
|
|
this->EventType = ELocalNotificationEventType::None;
|
|
this->LocalTime = false;
|
|
}
|
|
|