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