6 lines
120 B
C++
Executable file
6 lines
120 B
C++
Executable file
#include "ItemNotificationInfo.h"
|
|
|
|
FItemNotificationInfo::FItemNotificationInfo() {
|
|
this->NotificationFlags = 0;
|
|
}
|
|
|