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