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