lcy
2026-04-30 2e7d66b9b7d541d878b2220fa1e50552e7553708
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}