Make game end work

This commit is contained in:
RochesterX
2025-03-07 16:03:11 -05:00
parent 314d8e7aba
commit f146b06e3c
8 changed files with 53 additions and 24 deletions

7
Assets/SmoothToTarget.cs Normal file
View File

@@ -0,0 +1,7 @@
using System.Collections;
using UnityEngine;
public class SmoothToTarget : MonoBehaviour
{
}