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