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