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