mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
a bit
fix some crashes on playlists when restarting, fix large team gamemode teams (kinda), added pickups to minimap
This commit is contained in:
13
Project Reboot 3.0/FortGameModePickup.h
Normal file
13
Project Reboot 3.0/FortGameModePickup.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "FortPickup.h"
|
||||
|
||||
class AFortGameModePickup : public AFortPickup//Athena
|
||||
{
|
||||
public:
|
||||
static UClass* StaticClass()
|
||||
{
|
||||
static auto Class = FindObject<UClass>("/Script/FortniteGame.FortGameModePickup");
|
||||
return Class;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user