lcy
2025-10-23 58dc264634aceec6203a8edfa997563068095bf5
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}