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