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