Files
FNGameProj/Source/FortniteGame/Private/ContentMatch.cpp
T
2024-06-07 01:17:09 +02:00

7 lines
97 B
C++

#include "ContentMatch.h"
FContentMatch::FContentMatch() {
Role = EConsumerRole::Server;
}