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