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