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