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