hch
2025-12-03 9a70c1ee318a21cc0476266b5ba7a3cffb653a5c
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}