Files
Project-Reboot-3.0/Project Reboot 3.0/GameMode.cpp
Milxnor 58bd340501 idek
remove s18+ storm effect, fix teams on all versions, fix a crash, fix 1.11 restarting
2023-04-23 11:04:06 -04:00

9 lines
204 B
C++

#include "GameMode.h"
#include "reboot.h"
void AGameMode::RestartGame()
{
static auto RestartGameFn = FindObject<UFunction>("/Script/Engine.GameMode.RestartGame");
this->ProcessEvent(RestartGameFn);
}