This commit is contained in:
lujiajian 2025-02-08 17:45:45 +08:00
parent e73b665a1e
commit 2c1a38ad3a
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using TMPro;
using UnityEngine; using UnityEngine;
public class SetBoxCollider : MonoBehaviour public class SetBoxCollider : MonoBehaviour
{ {
public GameObject Tips; public GameObject Tips;
private void OnTriggerStay(Collider other) private void OnTriggerStay(Collider other)