GASATHON/Project/Source/Gasa/GasaViewport.h

16 lines
243 B
C
Raw Normal View History

2024-04-12 19:05:09 -07:00
#pragma once
#include "Blueprint/GameViewportSubsystem.h"
#include "GasaViewport.generated.h"
UCLASS()
class GASA_API UGasaViewportSubsystem : public UGameViewportSubsystem
{
GENERATED_BODY()
public:
// UGasaViewportSubsystem();
};