lcy
2025-10-11 cc280ed687002504370a805d5195735dc7b58903
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}