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