Files
Project-Reboot-3.0/Project Reboot 3.0/FortGameSessionDedicatedAthena.h
Milxnor 5e2a74764a disable rebooting again
fixed looting bug, fixed parachute not auto deploying on some builds
2023-06-21 10:51:24 -04:00

9 lines
218 B
C++

#pragma once
#include "reboot.h"
class AFortGameSessionDedicatedAthena : public AActor
{
public:
static uint8 GetSquadIdForCurrentPlayerHook(AFortGameSessionDedicatedAthena* GameSessionDedicated, void* UniqueId);
};