yyl
2026-05-07 bbb7a81a92b41da5ae49690492facde03799f156
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}