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