2025-03-03 20:37:03 +08:00

14 lines
216 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TeleportPoint : MonoBehaviour,IInteractiable
{
public void TriggerAction()
{
Debug.Log("111");
}
}