16 lines
243 B
C
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();
|
|||
|
|
|||
|
|
|||
|
};
|