Files
Project-Reboot-3.0/Project Reboot 3.0/FortPlayerState.cpp
Milxnor 1da6822119 Reboot Living up to its name
almost finish rebooting (im going insane), performance, increase llama spawn radius, remove auto restart for a little bit
2023-05-13 19:46:50 -04:00

6 lines
147 B
C++

#include "FortPlayerState.h"
bool AFortPlayerState::AreUniqueIDsIdentical(FUniqueNetIdRepl* A, FUniqueNetIdRepl* B)
{
return A->IsIdentical(B);
}