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