Files
real-shooter/Assets/Scripts/Misc/Movement.cs
2022-04-12 13:58:23 +07:00

19 lines
212 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Movement : MonoBehaviour
{
private void Start()
{
}
void Update()
{
}
}