hch
2025-08-22 fca615e299c6a6ec0fd0b589f2b302a2bf54c72b
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}