yyl
2026-01-21 69fdc58cb97714f856df268f08451f2ba7e5ecf2
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}