lcy
2026-03-17 fbe4d7aca9ec0aa7b96197eef705bb5fa6be875f
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}