Files
2026-04-22 15:51:07 +02:00

9 lines
196 B
C++

#include "FortSocialManager.h"
UFortSocialManager::UFortSocialManager() {
this->bTutorialCompleted = false;
this->bLeftLastPartyFromGameDisconnect = false;
this->LocalTeam = NULL;
}