This repository has been archived on 2025-04-18. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
295 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "LMGameMode.generated.h"
/**
*
*/
UCLASS()
class LEGUMEMIX_API ALMGameMode : public AGameModeBase
{
GENERATED_BODY()
};