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