arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.inputsystem@be6c4fd0abf5/InputSystem/Plugins/WebGL/WebGLJoystick.cs
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

13 lines
310 B
C#

#if UNITY_WEBGL || UNITY_EDITOR || PACKAGE_DOCS_GENERATION
namespace UnityEngine.InputSystem.WebGL
{
/// <summary>
/// A Joystick or Gamepad on WebGL that does not have any known mapping.
/// </summary>
public class WebGLJoystick : Joystick
{
}
}
#endif // UNITY_WEBGL || UNITY_EDITOR