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