lcy
2026-01-06 5e77987b90e8d5cea3c5b0600ca21bc4e1f913ea
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}