A game about forced loneliness, made by TACStudios
1#if UNITY_WEBGL || UNITY_EDITOR || PACKAGE_DOCS_GENERATION
2
3namespace UnityEngine.InputSystem.WebGL
4{
5 /// <summary>
6 /// A Joystick or Gamepad on WebGL that does not have any known mapping.
7 /// </summary>
8 public class WebGLJoystick : Joystick
9 {
10 }
11}
12#endif // UNITY_WEBGL || UNITY_EDITOR