yyl
2026-01-09 ed9bf64c03bf5fee5e115645de5a975baaa9041d
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}