unitysamples / LyraStarterGame /Source /LyraGameSteamEOS.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;
// SteamEOS refers to a game published and launched on Steam while still taking advantage of EOS for online and crossplay (integrated platform).
public class LyraGameSteamEOSTarget : LyraGameTarget
{
public LyraGameSteamEOSTarget(TargetInfo Target) : base(Target)
{
CustomConfig = "SteamEOS";
}
}