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