yyl
2025-07-21 5bc2cc9a3e007b96a0de96e70e87f25bc5a254a2
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}