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