Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

16 lines
361 B
C#

// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class DatasmithMax2021Target : DatasmithMaxBaseTarget
{
public DatasmithMax2021Target(TargetInfo Target) : base(Target)
{
LaunchModuleName = "DatasmithMax2021";
ExeBinariesSubFolder = @"3DSMax\2021";
AddCopyPostBuildStep(Target);
}
}