hch
2025-09-15 41110c0f878874f8829fcf73f176a95a00cb4877
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}