hch
2026-03-20 d60ccb20a72755aecb2cfb4a7cb756eff6905f5c
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}