hch
2026-02-10 222b38f2f8dd18a2fd905ffbf86c2af2735766fa
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}