13 lines
290 B
C#
13 lines
290 B
C#
// Copyright (c) 2012-2024 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
|
|
{
|
|
}
|
|
}
|