Files
Nuake-custom/Editor/SelectionPropertyWidget.cpp
2025-01-26 00:07:15 -05:00

17 lines
235 B
C++

#include "SelectionPropertyWidget.h"
SelectionPropertyWidget::SelectionPropertyWidget(EditorContext& inCtx)
: IEditorWidget(inCtx)
{
}
void SelectionPropertyWidget::Update(float ts)
{
}
void SelectionPropertyWidget::Draw()
{
}