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