mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
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
9 lines
168 B
C++
9 lines
168 B
C++
#pragma once
|
|
|
|
#include "Actor.h"
|
|
|
|
class AFortAthenaVehicleSpawner : public AActor
|
|
{
|
|
public:
|
|
static void SpawnVehicleHook(AFortAthenaVehicleSpawner* VehicleSpawner);
|
|
}; |