mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
15 lines
267 B
C++
15 lines
267 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "GameFramework/GameMode.h"
|
|
#include "SpineUEGameMode.generated.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
UCLASS()
|
|
class SPINEUE_API ASpineUEGameMode : public AGameMode {
|
|
GENERATED_BODY()
|
|
};
|