Firstborn/Library/PackageCache/com.unity.inputsystem@1.4.4/InputSystem/Plugins/WebGL/WebGLJoystick.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05: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