Files
AronaSlate/Source/Arona/UI/AronaModuleCommands.cpp
2024-01-25 11:21:15 +08:00

12 lines
210 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "AronaModuleCommands.h"
#define LOCTEXT_NAMESPACE "FAronaModuleModule"
void FAronaModuleCommands::RegisterCommands()
{
}
#undef LOCTEXT_NAMESPACE