Files
Project-Reboot-3.0/Project Reboot 3.0/FortGameMode.h
Milxnor 3fb5c4671d a good update
Added a very useful debugging tool, made looting even more proper
2023-05-09 22:37:04 -04:00

10 lines
203 B
C++

#pragma once
#include "GameMode.h"
#include "FortPlaylist.h"
class AFortGameMode : public AGameMode
{
public:
void SetCurrentPlaylistName(UFortPlaylist* Playlist); // Techinally it takes in a fname
};