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