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