// Copyright Epic Games, Inc. All Rights Reserved. using System.Diagnostics; namespace UnrealBuildTool.Rules { [SupportedPlatforms("Win64")] public class DatasmithMax2022 : DatasmithMaxBase { public DatasmithMax2022(ReadOnlyTargetRules Target) : base(Target) { } public override string GetMaxVersion() { return "2022"; } } }