Files
FNGameProj/Source/FortniteGame/Private/FortExpeditionResultNotification.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
157 B
C++

#include "FortExpeditionResultNotification.h"
FFortExpeditionResultNotification::FFortExpeditionResultNotification() {
bExpeditionSucceeded = false;
}