unitysamples / LyraStarterGame /Source /LyraServerEOS.Target.cs
Alexhas2's picture
Add files using upload-large-folder tool
7fd553e verified
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class LyraServerEOSTarget : LyraServerTarget
{
public LyraServerEOSTarget(TargetInfo Target) : base(Target)
{
CustomConfig = "EOS";
}
}