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