hch
2025-09-18 9679f57d31ce00978a17882aa6d8a4cf22ec11af
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}