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

7 lines
136 B
C++
Executable file

#include "PresenceSubSystem.h"
UPresenceSubSystem::UPresenceSubSystem() {
this->DiscordWI = NULL;
this->CommunityWI = NULL;
}