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