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