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