16 lines
200 B
C++
16 lines
200 B
C++
#pragma once
|
|
#include "Components/SizeBox.h"
|
|
|
|
#include "GasaCommon.h"
|
|
|
|
#include "GasaSizeBox.generated.h"
|
|
|
|
|
|
UCLASS()
|
|
class GASA_API UGasaSizeBox : public USizeBox
|
|
{
|
|
GENERATED_BODY()
|
|
|
|
public:
|
|
|
|
}; |