Files
UnrealEngineUWP/Engine/Source/Programs/MayaLiveLinkPlugin/MayaLiveLinkPlugin2018.Build.cs
projectgheist 27ae5afdcb PR #4726: Update copyright notices to 2018. (Contributed by projectgheist)
#rb none
#lockdown Nick.Penwarden

[CL 4070389 by Ben Marsh in Main branch]
2018-05-14 07:48:19 -04:00

11 lines
291 B
C#

// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
public class MayaLiveLinkPlugin2018 : MayaLiveLinkPluginBase
{
public MayaLiveLinkPlugin2018(ReadOnlyTargetRules Target) : base(Target)
{
}
public override string GetMayaVersion() { return "2018"; }
}