hch
2026-01-02 80062eeaedc5a52bdb6ede8852fc13d2cd9da688
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}