mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-03 04:23:31 +00:00
11 lines
209 B
C++
11 lines
209 B
C++
#include "FortCampaignMatchmakingBase.h"
|
|
|
|
|
|
bool UFortCampaignMatchmakingBase::IsLocalPlayerParticipatingInParty() const {
|
|
return false;
|
|
}
|
|
|
|
UFortCampaignMatchmakingBase::UFortCampaignMatchmakingBase() {
|
|
}
|
|
|