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