hch
2025-06-17 901047fa05938099cacb5d6a3d20d6efb8978eef
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}