6 lines
111 B
C++
Executable file
6 lines
111 B
C++
Executable file
#include "NotificationEntry.h"
|
|
|
|
FNotificationEntry::FNotificationEntry() {
|
|
this->ObjectInstance = NULL;
|
|
}
|
|
|