Files
FlaxEngine/Source/Tools/Flax.Build/Build/EditorModule.cs
2023-01-10 15:29:37 +01:00

13 lines
290 B
C#

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