yyl
2025-05-20 9ff4940cfe2074ca24aca15c25b5053bd658dfa8
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}