hch
2025-10-22 d73fb08fcd8ca7dc5778ca1a085206c8988199c7
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}