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