mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
almost finish rebooting (im going insane), performance, increase llama spawn radius, remove auto restart for a little bit
6 lines
147 B
C++
6 lines
147 B
C++
#include "FortPlayerState.h"
|
|
|
|
bool AFortPlayerState::AreUniqueIDsIdentical(FUniqueNetIdRepl* A, FUniqueNetIdRepl* B)
|
|
{
|
|
return A->IsIdentical(B);
|
|
} |