Files
UE_SpaceStudio/InteractiveControl/Source/InteractiveControl/InteractiveControl.cpp
T
2025-09-15 16:33:52 +08:00

7 lines
219 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "InteractiveControl.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, InteractiveControl, "InteractiveControl" );