yyl
2025-07-29 6577831ab2883bd05448ce0b1f9f913a9944fc78
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}