yyl
2025-11-21 edc6a4fa4c3cba93d94083baed6d8cda8a2cf37f
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}