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