yyl
2025-09-04 b70c7a5f52e1671d32710e13272f64b6578c3863
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}