11 lines
169 B
C#
11 lines
169 B
C#
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
|
|
|
|
using Flax.Build;
|
|
|
|
/// <summary>
|
|
/// Input module.
|
|
/// </summary>
|
|
public class Input : EngineModule
|
|
{
|
|
}
|