Files
Crash-Course/Assets/Scripts/SmoothToTarget.cs

8 lines
99 B
C#
Raw Normal View History

2025-03-07 16:03:11 -05:00
using System.Collections;
using UnityEngine;
public class SmoothToTarget : MonoBehaviour
{
}