hch
2025-10-21 ad38aef2b8461ff6b0eabda8af71ff04ea31f335
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}