hch
2026-04-07 28cd278da1d35b1a8a43acabdd61aab23baffc79
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}