Files
Reboot-Launcher/dependencies/reboot/Project Reboot 3.0/FortGameSessionDedicatedAthena.h
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

9 lines
218 B
C++

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