// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved. using Flax.Build; /// /// User Interface module. /// public class UI : EngineModule { }