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