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