lcy
2026-01-20 a7d90746b8f3cb32dccdddea05824ff6f792b32e
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}