Files
FlaxEngine/Source/Tools/Flax.Build/Build/EditorModule.cs

13 lines
280 B
C#

// Copyright (c) Wojciech Figat. All rights reserved.
namespace Flax.Build
{
/// <summary>
/// The build module that is a part of the editor.
/// </summary>
/// <seealso cref="Flax.Build.EngineModule" />
public class EditorModule : EngineModule
{
}
}