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