lcy
2026-05-13 3575c016271e455cfaab964b98e3d4ef84ef75cb
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}