Files
UnrealEngineUWP/Engine/Source/Editor/EditorSubsystem/Private/EditorSubsystem.cpp
Chris Gagnon 3474a1b35c Updated a number of copywrite lines in new files.
#rb none

[CL 4744300 by Chris Gagnon in Dev-Editor branch]
2019-01-17 12:59:27 -05:00

10 lines
157 B
C++

// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "EditorSubsystem.h"
UEditorSubsystem::UEditorSubsystem()
: UDynamicSubsystem()
{
}