// Copyright Epic Games, Inc. All Rights Reserved. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tools.DotNETCommon { /// /// Intentionally unimplemented, but declared so that it's type can be included in generated resx files /// public abstract class UEResXReader { } }