lcy
2025-10-22 524fb77b407ac22e8b14df0360945e5b8064cd34
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}