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