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