A game about forced loneliness, made by TACStudios
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 12 lines 310 B view raw
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