yyl
2025-10-31 ced4b870a7708881fbee76b5b5e06b528de359fd
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}