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
9 lines
220 B
C++
9 lines
220 B
C++
#pragma once
|
|
|
|
#include "reboot.h"
|
|
|
|
class AFortGameSessionDedicatedAthena : public AActor
|
|
{
|
|
public:
|
|
static uint8 GetSquadIdForCurrentPlayerHook(AFortGameSessionDedicatedAthena* GameSessionDedicated, __int64 UniqueId);
|
|
}; |