Files
Project-Reboot-3.0/Project Reboot 3.0/FortGameMode.h
Milxnor 8470ac942a Revert "a good update"
This reverts commit 3fb5c4671d.
2023-05-12 17:51:43 -04:00

9 lines
171 B
C++

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