mirror of
https://github.com/fortressforever/enthusiastic-hat-club.git
synced 2024-11-24 21:21:40 +00:00
19 lines
277 B
C++
19 lines
277 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "GameFramework/GameModeBase.h"
|
|
#include "FFGameModeBase.generated.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
UCLASS()
|
|
class FF_API AFFGameModeBase : public AGameModeBase
|
|
{
|
|
GENERATED_BODY()
|
|
|
|
|
|
|
|
|
|
};
|