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