yyl
2026-02-02 42cd1608acf5bb9f99ee16fa6db7d7e7fff072c6
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}