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