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