SSLR/SSLR/Assets/Scripts/UIManager.cs
kookiekenobi 27044d5906 game: npc spawn and move fixed
npcs still trying to sit on each other
2025-02-15 03:24:55 +08:00

9 lines
172 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class UIManager : MonoBehaviour
{
public GameObject speechBubble;
}