hch
2025-09-14 249c2184d4e72f2f8a40ac9a156bf54849d0e191
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}