This commit is contained in:
parent
e73b665a1e
commit
2c1a38ad3a
|
@ -1,9 +1,11 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
|
||||
public class SetBoxCollider : MonoBehaviour
|
||||
{
|
||||
|
||||
public GameObject Tips;
|
||||
|
||||
private void OnTriggerStay(Collider other)
|
||||
|
|
Loading…
Reference in New Issue