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