yyl
2026-04-03 fb0570bdb7e73e7d4dca211f365ee67b43628240
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}