GASATHON/Project/Source/Gasa/GasaViewport.h
2024-04-12 22:05:09 -04:00

16 lines
243 B
C++

#pragma once
#include "Blueprint/GameViewportSubsystem.h"
#include "GasaViewport.generated.h"
UCLASS()
class GASA_API UGasaViewportSubsystem : public UGameViewportSubsystem
{
GENERATED_BODY()
public:
// UGasaViewportSubsystem();
};