GASATHON/Project/Source/Gasa/UI/GasaSizeBox.h

16 lines
200 B
C
Raw Normal View History

2024-04-16 14:18:06 -07:00
#pragma once
#include "Components/SizeBox.h"
#include "GasaCommon.h"
#include "GasaSizeBox.generated.h"
UCLASS()
class GASA_API UGasaSizeBox : public USizeBox
{
GENERATED_BODY()
public:
};