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