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