Files
FlaxEngine/Source/Tools/Flax.Build/Build/EditorModule.cs
2022-01-14 13:31:12 +01:00

13 lines
290 B
C#

// Copyright (c) 2012-2022 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
{
}
}