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