hch
2025-09-02 496816c05ac259dce52d66408c9fb17faaf353c5
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}