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