remove caaanactivateability

This commit is contained in:
Milxnor
2023-03-30 22:34:26 -04:00
parent a34b7ed6b2
commit 678a21b056
11 changed files with 176 additions and 91 deletions

View File

@@ -0,0 +1,9 @@
#include "GameMode.h"
#include "reboot.h"
void AGameMode::RestartGame()
{
static auto fn = FindObject<UFunction>("/Script/Engine.GameMode.RestartGame");
this->ProcessEvent(fn);
}