mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
20 lines
279 B
C++
20 lines
279 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "GameFramework/GameMode.h"
|
|
#include "SpineUE4GameMode.generated.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
UCLASS()
|
|
class SPINEUE4_API ASpineUE4GameMode : public AGameMode
|
|
{
|
|
GENERATED_BODY()
|
|
|
|
|
|
|
|
|
|
};
|