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

12 lines
245 B
C++

#include "FortLobbyBeaconClientPvP.h"
void AFortLobbyBeaconClientPvP::ServerReadyUp_Implementation() {
}
bool AFortLobbyBeaconClientPvP::ServerReadyUp_Validate() {
return true;
}
AFortLobbyBeaconClientPvP::AFortLobbyBeaconClientPvP() {
}