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