Files
Project-Reboot-3.0/Project Reboot 3.0/FortOctopusVehicle.h
2023-04-15 19:53:58 -04: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);
};