hch
2025-09-30 104706c4e0ab2c573e8f69edd0a5299e5fb3f8bc
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}