Files
Project-Reboot-3.0/Project Reboot 3.0/FortAthenaVehicleSpawner.h
Milxnor 18f92ccf52 a lot
fix a bug with restarting, clean up some stuff, fix a playlist specific bug, add hold pickup to swap, fix shadow stones and stuff spawn height, code consistency, fix bugs with dropping
2023-04-30 12:15:29 -04:00

9 lines
168 B
C++

#pragma once
#include "Actor.h"
class AFortAthenaVehicleSpawner : public AActor
{
public:
static void SpawnVehicleHook(AFortAthenaVehicleSpawner* VehicleSpawner);
};