DRG-Femboy-Voice/Source/FSD/Private/NotificationSubSystem.cpp
2025-04-15 12:39:31 -07:00

16 lines
448 B
C++
Executable file

#include "NotificationSubSystem.h"
bool UNotificationSubSystem::GetNextSpaceRigNotification(FSpaceRigNotification& NextNotification) {
return false;
}
void UNotificationSubSystem::ClearCampaignNotifications() {
}
void UNotificationSubSystem::AddSpaceRigNotification(FSpaceRigNotification NewNotification, const FString& ID, bool TriggerEvent) {
}
UNotificationSubSystem::UNotificationSubSystem() {
this->CampaignNotification = NULL;
}