You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] Bryan.Johnson Original CL Desc ----------------------------------------------------------------- [Backout] - CL35079176 [FYI] Mieszko.Zielinski Original CL Desc ----------------------------------------------------------------- Moved the rest of MassEntity modules over to the Engine's Source/ code. #jira UE-216267 [CL 35087666 by bryan johnson in ue5-main branch]
14 lines
283 B
C++
14 lines
283 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
#define LOCTEXT_NAMESPACE "MassTest"
|
|
|
|
class FMassEntityTestSuiteModule : public IModuleInterface
|
|
{
|
|
};
|
|
|
|
IMPLEMENT_MODULE(FMassEntityTestSuiteModule, MassEntityTestSuite)
|
|
|
|
#undef LOCTEXT_NAMESPACE
|