mirror of
https://github.com/evgen-app/steampunk-quest.git
synced 2025-02-12 12:00: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
|
|
{
|
|
|
|
} |