You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Some static variables made it tricky, so added some support to make it simpler on users of the static variables #rb David.Harvey [CL 31431760 by josh adams in 5.4 branch]
11 lines
384 B
C#
11 lines
384 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using EpicGames.Core;
|
|
|
|
namespace UnrealBuildTool
|
|
{
|
|
////////////////////////////////////////////////////////////////////////////////////////////
|
|
// If you are looking for any version numbers, see Engine/Config/Android/Android_SDK.json
|
|
////////////////////////////////////////////////////////////////////////////////////////////
|
|
}
|