hch
2025-10-23 bcd8ef04d4b26dd6fd10739848256406c2f0f215
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}