lyra_game_ue/Source/LyraServerEOS.Target.cs

13 lines
258 B
C#
Raw Normal View History

2025-03-20 11:06:26 +01:00
// 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";
}
}