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

10 lines
235 B
C++

#pragma once
#include "Actor.h"
#include "Vector.h"
class AFortOctopusVehicle : public AActor // AFortAthenaSKVehicle
{
public:
static void ServerUpdateTowhookHook(AFortOctopusVehicle* OctopusVehicle, FVector InNetTowhookAimDir);
};