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