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