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