Files
Crash-Course/Assets/SmoothToTarget.cs
2025-03-07 16:03:11 -05:00

8 lines
99 B
C#

using System.Collections;
using UnityEngine;
public class SmoothToTarget : MonoBehaviour
{
}