Files
JuegoSim/Assets/_Project/Scripts/Code/InputSystem/MobileInputProvider.cs
T
2026-07-21 08:56:10 +03:00

12 lines
183 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MobileInputProvider : BaseInputProvider
{
private void Start()
{
}
}