yyl
2025-10-28 cf4c463b222d57486671191652a6bf06a49349c0
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}