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