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