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