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