mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
11 lines
261 B
C++
11 lines
261 B
C++
#include "FortDialogDescription.h"
|
|
|
|
FFortDialogDescription::FFortDialogDescription() {
|
|
DisplayTime = 1;
|
|
AdditionalContent = NULL;
|
|
FeedBackType = EFortDialogFeedbackType::FriendRequestSent;
|
|
Dismissable = false;
|
|
NotificationHandler = NULL;
|
|
}
|
|
|