8 lines
99 B
C#
8 lines
99 B
C#
using System.Collections;
|
|
using UnityEngine;
|
|
|
|
public class SmoothToTarget : MonoBehaviour
|
|
{
|
|
|
|
}
|