mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2025-11-12 19:04:48 +00:00
16 lines
326 B
C++
16 lines
326 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "GameFramework/GameModeBase.h"
|
|
#include "unrealstatusGameModeBase.generated.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
UCLASS()
|
|
class UNREALSTATUS_API AunrealstatusGameModeBase : public AGameModeBase {
|
|
GENERATED_BODY()
|
|
};
|