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