13 lines
258 B
C#
13 lines
258 B
C#
// 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";
|
|
}
|
|
}
|