mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2025-02-13 04:20:33 +03:00
8 lines
125 B
C#
8 lines
125 B
C#
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
public class FixedJoystick : Joystick
|
|||
|
{
|
|||
|
|
|||
|
}
|