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