13 lines
273 B
C#
13 lines
273 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
using System.Collections.Generic;
|
|
|
|
public class LyraServerSteamEOSTarget : LyraServerTarget
|
|
{
|
|
public LyraServerSteamEOSTarget(TargetInfo Target) : base(Target)
|
|
{
|
|
CustomConfig = "SteamEOS";
|
|
}
|
|
}
|